no gutter with modal

This commit is contained in:
Yuri Kuznetsov
2024-10-30 16:33:10 +02:00
parent 97684f2926
commit 0dd04e4c20
+1 -1
View File
@@ -10,7 +10,7 @@
html {
height: 100%;
&:not(:has(> body > .container > .container-centering)) {
&:not(:has(> body > .container > .container-centering)):not(:has(.modal-backdrop)) {
scrollbar-gutter: stable;
overflow-y: scroll;
}