fix: scrollbar-gutter stable to prevent bg flicker on dropdown open

This commit is contained in:
2026-05-16 15:05:28 +02:00
parent 82778c82dd
commit 7e2c5adffd

View File

@@ -177,6 +177,10 @@
} }
@layer base { @layer base {
html {
scrollbar-gutter: stable;
}
* { * {
@apply border-border outline-ring/50; @apply border-border outline-ring/50;
} }