mirror of
https://github.com/BradNut/umami
synced 2025-09-08 17:40:29 +00:00
Merge pull request #682 from rogerclotet/background-scroll
Fix mismatching background in dark mode overscroll
This commit is contained in:
commit
ea40e2fbf5
1 changed files with 4 additions and 1 deletions
|
|
@ -12,9 +12,12 @@ body {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
|
|
||||||
font-size: var(--font-size-normal);
|
font-size: var(--font-size-normal);
|
||||||
|
overflow-y: overlay;
|
||||||
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
color: var(--gray900);
|
color: var(--gray900);
|
||||||
background: var(--gray75);
|
background: var(--gray75);
|
||||||
overflow-y: overlay;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.zh-CN {
|
.zh-CN {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue