fix(ui): prevent scrollbar layout shift

This commit is contained in:
Emirhan
2026-07-06 10:39:16 +03:00
parent 2440e8f803
commit 71bbbb44db

View File

@@ -113,6 +113,10 @@
color utility to any element that depends on these defaults. color utility to any element that depends on these defaults.
*/ */
@layer base { @layer base {
html {
scrollbar-gutter: stable;
}
*, *,
::after, ::after,
::before, ::before,