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 8f3aa4b891
commit c48aa33592

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;
} }