fix: the page content jitters when the page jumps.

pull/488/head
Ryan Wang 2021-02-20 13:21:12 +08:00
parent 30ebf7b266
commit 785338154a
1 changed files with 1 additions and 0 deletions

View File

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