From 785338154a4f8906b2c4623d0a38880e348d58af Mon Sep 17 00:00:00 2001 From: Ryan Wang Date: Sat, 20 Feb 2021 13:21:12 +0800 Subject: [PATCH] fix: the page content jitters when the page jumps. --- styles/index.css | 1 + 1 file changed, 1 insertion(+) diff --git a/styles/index.css b/styles/index.css index e65608b6..de6f9ce8 100644 --- a/styles/index.css +++ b/styles/index.css @@ -14,6 +14,7 @@ body { font-size: var(--font-size-normal); color: var(--gray900); background: var(--gray75); + overflow-y: overlay; } .zh-CN {