Merge pull request #682 from rogerclotet/background-scroll

Fix mismatching background in dark mode overscroll
This commit is contained in:
Mike Cao 2021-05-22 14:54:09 -07:00 committed by GitHub
commit ea40e2fbf5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {