Files
dostalgia/frontend
Hermes Agent 9bb341eab9
Build & Deploy / build-and-deploy (push) Successful in 45s
fix: use scrollbar-gutter to prevent layout shift without always showing scrollbar
Replaces overflow-y: scroll with scrollbar-gutter: stable on html.
This reserves the scrollbar gutter space in the layout at all times,
so the content width never changes when a scrollbar appears/disappears.
The scrollbar itself only shows when content overflows (as desired).
Works on all modern browsers (Chrome 94+, Firefox 97+, Safari 15.4+).
2026-05-29 23:27:59 +02:00
..