Merge 1090033e3e877c7ff8d79eebad07f8f453a5f13a into 815af314f34add7b0a3012b703fc95884968a95e

This commit is contained in:
Aman Chadha(IVIXMMI) 2025-10-30 15:28:35 +08:00 committed by GitHub
commit 9014f79b38
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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;
}
}