fix: overflow-y scroll on html to prevent layout shift on dropdown open
This commit is contained in:
@@ -178,7 +178,7 @@
|
|||||||
|
|
||||||
@layer base {
|
@layer base {
|
||||||
html {
|
html {
|
||||||
scrollbar-gutter: stable;
|
overflow-y: scroll;
|
||||||
}
|
}
|
||||||
|
|
||||||
* {
|
* {
|
||||||
|
|||||||
Reference in New Issue
Block a user