diff --git a/styles/index.css b/styles/index.css index a15ce562..86792897 100644 --- a/styles/index.css +++ b/styles/index.css @@ -12,9 +12,12 @@ body { flex: 1; font-size: var(--font-size-normal); + overflow-y: overlay; +} + +body { color: var(--gray900); background: var(--gray75); - overflow-y: overlay; } .zh-CN {