summaryrefslogtreecommitdiff
path: root/bower_components/bootstrap/less/modals.less
diff options
context:
space:
mode:
Diffstat (limited to 'bower_components/bootstrap/less/modals.less')
-rwxr-xr-xbower_components/bootstrap/less/modals.less8
1 files changed, 8 insertions, 0 deletions
diff --git a/bower_components/bootstrap/less/modals.less b/bower_components/bootstrap/less/modals.less
index b43ecfd9..7bc6c314 100755
--- a/bower_components/bootstrap/less/modals.less
+++ b/bower_components/bootstrap/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