mirror of
https://github.com/kremalicious/umami.git
synced 2025-01-13 06:34:52 +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;
|
||||
|
||||
font-size: var(--font-size-normal);
|
||||
overflow-y: overlay;
|
||||
}
|
||||
|
||||
body {
|
||||
color: var(--gray900);
|
||||
background: var(--gray75);
|
||||
overflow-y: overlay;
|
||||
}
|
||||
|
||||
.zh-CN {
|
||||
|
Loading…
Reference in New Issue
Block a user