diff --git a/styles/globals.css b/styles/globals.css index 95d8cab1..0dba9dda 100644 --- a/styles/globals.css +++ b/styles/globals.css @@ -79,3 +79,7 @@ font-feature-settings: "rlig" 1, "calt" 1; } } + +html { + scrollbar-gutter: stable; +}