From 8fe7867d9a75fc11b8722dad0c7f4559e066547a Mon Sep 17 00:00:00 2001 From: daklay Date: Thu, 18 Apr 2024 00:44:58 +0100 Subject: [PATCH] fix scrollbar --- styles/base.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/base.css b/styles/base.css index 26567b5e04680..e74a3c854a9ce 100644 --- a/styles/base.css +++ b/styles/base.css @@ -5,7 +5,7 @@ html, body { @apply size-full - [scrollbar-gutter:stable]; + [scrollbar-gutter:auto]; } body {