This commit is contained in:
Aman Chadha(IVIXMMI) 2025-05-02 08:45:37 +00:00 committed by GitHub
commit d19dd00c14
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 7 additions and 0 deletions

View File

@ -238,3 +238,10 @@
}
}
// scss-docs-end modal-fullscreen-loop
// Fix for scrollbar-gutter: stable both-edges shifting content
@supports (scrollbar-gutter: stable both-edges) {
body.modal-open {
padding-right: 0 !important;
}
}