mirror of
https://github.com/kremalicious/umami.git
synced 2025-01-13 14:37:59 +01:00
Merge pull request #682 from rogerclotet/background-scroll
Fix mismatching background in dark mode overscroll
This commit is contained in:
commit
ea40e2fbf5
@ -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 New Issue
Block a user