Fix scrollbar causing page flicker/jiggle

This commit is contained in:
MerlinScheurer 2025-01-29 18:07:28 +01:00
parent fe4ee6a2d7
commit b78d881bf6
1 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,8 @@
}
html {
width: 100vw;
overflow-x: hidden;
height: 100%;
scrollbar-color: var(--accent-font-dark) #0000;
}