mirror of
https://github.com/BradNut/umami
synced 2025-09-08 17:40:29 +00:00
Merge pull request #490 from ruibaby/fix/page-content-jitter
fix: the page content jitters when the page jumps.
This commit is contained in:
commit
278672233e
1 changed files with 1 additions and 0 deletions
|
|
@ -14,6 +14,7 @@ body {
|
|||
font-size: var(--font-size-normal);
|
||||
color: var(--gray900);
|
||||
background: var(--gray75);
|
||||
overflow-y: overlay;
|
||||
}
|
||||
|
||||
.zh-CN {
|
||||
|
|
|
|||
Loading…
Reference in a new issue