diff options
Diffstat (limited to 'less')
| -rw-r--r-- | less/modals.less | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/less/modals.less b/less/modals.less index b43ecfd97..7bc6c314f 100644 --- a/less/modals.less +++ b/less/modals.less @@ -10,6 +10,14 @@ // Kill the scroll on the body .modal-open { overflow: hidden; + + + // Account for hiding of scrollbar + body&, + .navbar-fixed-top, + .navbar-fixed-bottom { + margin-right: 15px + } } // Container that the modal scrolls within |
