body overflow-y: scroll to reduce layout shift

This commit is contained in:
Martti Malmi 2023-10-06 14:06:12 +03:00
parent e949708cec
commit 9f5d467745
1 changed files with 1 additions and 0 deletions

View File

@ -105,6 +105,7 @@ body {
color: var(--font-color);
font-size: var(--font-size);
overflow-x: hidden;
overflow-y: scroll;
}
code {