Always display y-scroll

Prevent layout shift
This commit is contained in:
Chocobozzz 2023-01-03 15:58:37 +01:00
parent 046a923938
commit d5099410af
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ body {
line-height: 1.58;
background-color: #FFFAF6;
color: $main-font-color;
overflow-y: scroll;
}
img {