mirror of
https://github.com/kremalicious/umami.git
synced 2024-12-24 18:26:20 +01:00
fix: the page content jitters when the page jumps.
This commit is contained in:
parent
30ebf7b266
commit
785338154a
@ -14,6 +14,7 @@ body {
|
|||||||
font-size: var(--font-size-normal);
|
font-size: var(--font-size-normal);
|
||||||
color: var(--gray900);
|
color: var(--gray900);
|
||||||
background: var(--gray75);
|
background: var(--gray75);
|
||||||
|
overflow-y: overlay;
|
||||||
}
|
}
|
||||||
|
|
||||||
.zh-CN {
|
.zh-CN {
|
||||||
|
Loading…
Reference in New Issue
Block a user