0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-28 10:24:19 +01:00
This commit is contained in:
ac-mmi 2024-11-27 09:51:20 +00:00 committed by GitHub
commit 6e43bc031d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -234,3 +234,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;
}
}