From 6eca468826f8cea11b8af56e0904ad16124f69bc Mon Sep 17 00:00:00 2001 From: Abhinav <119372409+Abhinav5383@users.noreply.github.com> Date: Fri, 3 Jan 2025 14:45:24 +0530 Subject: [PATCH] Make scrollbar gutter stable make the main scrollbar gutter stable so that the page doesn't jump around every time a modal is opened --- src/styles/main.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/styles/main.css b/src/styles/main.css index fb5afa90..cd4ea727 100644 --- a/src/styles/main.css +++ b/src/styles/main.css @@ -166,6 +166,7 @@ select { \*------------------------------------*/ html { color-scheme: dark; + scrollbar-gutter: stable; } body {