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 59f3423c00
commit 7f27ae49c3

View File

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