mirror of https://github.com/twbs/bootstrap.git
Merge b5fe642f21
into 4c98145482
This commit is contained in:
commit
d19dd00c14
|
@ -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;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue