fix: prevent layout jump on modal open — use scrollbar-gutter: stable

This commit is contained in:
2026-03-26 13:24:37 +03:00
parent 8088b99a43
commit a769ea844d
3 changed files with 7 additions and 18 deletions
+1
View File
@@ -17,6 +17,7 @@
html {
scroll-behavior: smooth;
scrollbar-gutter: stable;
}
body {