From 467ec35b7b9ae3d39e02022d79d001dd9b715f0b Mon Sep 17 00:00:00 2001 From: Rahul Pandey Date: Thu, 21 Sep 2023 09:41:11 +0530 Subject: [PATCH] add `scrollbar-gutter=stable` --- styles/globals.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/styles/globals.css b/styles/globals.css index 95d8cab..0dba9dd 100644 --- a/styles/globals.css +++ b/styles/globals.css @@ -79,3 +79,7 @@ font-feature-settings: "rlig" 1, "calt" 1; } } + +html { + scrollbar-gutter: stable; +}