Skip to content

Commit

Permalink
Merge pull request umami-software#682 from rogerclotet/background-scroll
Browse files Browse the repository at this point in the history
Fix mismatching background in dark mode overscroll
  • Loading branch information
mikecao authored May 22, 2021
2 parents 04a51bc + 2f70699 commit ea40e2f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion styles/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit ea40e2f

Please sign in to comment.