0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-01 13:24:25 +01:00

Add files via upload

This commit is contained in:
ac-mmi 2024-09-03 15:24:40 +05:30 committed by GitHub
parent e1b48d253c
commit 694fb502d3
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;
}
}