Use stable scroll-gutter

Reserve space for the scrollbar to prevent horsontal layout shift of the
page when navigating from a page with a scrollbar to one without.
This commit is contained in:
Hornwitser 2025-01-22 09:05:39 +01:00
parent d003ea01d0
commit cf3610f6ff

View file

@ -40,6 +40,7 @@ textarea:not([rows]) {
html {
color-scheme: light dark;
font-family: sans-serif;
scrollbar-gutter: stable;
}
hgroup h1 {