body overflow-y: scroll to reduce layout shift
This commit is contained in:
parent
e949708cec
commit
9f5d467745
@ -105,6 +105,7 @@ body {
|
||||
color: var(--font-color);
|
||||
font-size: var(--font-size);
|
||||
overflow-x: hidden;
|
||||
overflow-y: scroll;
|
||||
}
|
||||
|
||||
code {
|
||||
|
Loading…
x
Reference in New Issue
Block a user