fix: overflow-y scroll on html to prevent layout shift on dropdown open

This commit is contained in:
2026-05-16 15:12:41 +02:00
parent a85cb2eee5
commit c180b1c1f5

View File

@@ -178,7 +178,7 @@
@layer base {
html {
scrollbar-gutter: stable;
overflow-y: scroll;
}
* {