fix: the page content jitters when the page jumps.
parent
30ebf7b266
commit
785338154a
|
@ -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 New Issue