From b330253fe27edfd6a5347209ba45844ca7f712ab Mon Sep 17 00:00:00 2001 From: admin Date: Mon, 15 Jun 2026 00:51:23 +0800 Subject: [PATCH] fix: add scrollbar-gutter:stable to prevent nav shift on page switch --- web/default/src/styles/index.css | 1 + 1 file changed, 1 insertion(+) diff --git a/web/default/src/styles/index.css b/web/default/src/styles/index.css index edd30f351..41e14d9bc 100644 --- a/web/default/src/styles/index.css +++ b/web/default/src/styles/index.css @@ -48,6 +48,7 @@ For commercial licensing, please contact admin@modelstoken.com } html { @apply overflow-x-hidden font-sans; + scrollbar-gutter: stable; } body { @apply bg-background text-foreground has-[div[data-variant='inset']]:bg-sidebar min-h-svh w-full;