9bb341eab9
Build & Deploy / build-and-deploy (push) Successful in 45s
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+).