fix: the page content jitters when the page jumps.

This commit is contained in:
Ryan Wang 2021-02-20 13:21:12 +08:00
parent 30ebf7b266
commit 785338154a

View File

@ -14,6 +14,7 @@ body {
font-size: var(--font-size-normal);
color: var(--gray900);
background: var(--gray75);
overflow-y: overlay;
}
.zh-CN {