Merge pull request #490 from ruibaby/fix/page-content-jitter

fix: the page content jitters when the page jumps.
This commit is contained in:
Mike Cao 2021-02-23 00:45:15 -08:00 committed by GitHub
commit 278672233e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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