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

View File

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