fix: add scrollbar-gutter:stable to prevent nav shift on page switch
Docker Build / Build and Push Docker Image (push) Successful in 4m36s

This commit is contained in:
2026-06-15 00:51:23 +08:00
parent d703ccbb79
commit b330253fe2
+1
View File
@@ -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;