mirror of
https://github.com/umami-software/umami.git
synced 2026-02-11 08:07:12 +01: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…
Add table
Add a link
Reference in a new issue