From cf3610f6ff4f85bb083ea2e00958d643cd2a34fa Mon Sep 17 00:00:00 2001 From: Hornwitser Date: Wed, 22 Jan 2025 09:05:39 +0100 Subject: [PATCH] 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. --- public/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/public/style.css b/public/style.css index 2a364a9..1579b00 100644 --- a/public/style.css +++ b/public/style.css @@ -40,6 +40,7 @@ textarea:not([rows]) { html { color-scheme: light dark; font-family: sans-serif; + scrollbar-gutter: stable; } hgroup h1 {