update bootstrap to 3.0.0 final
[bootswatch] / bower_components / bootstrap / less / modals.less
index b43ecfd..7bc6c31 100755 (executable)
 // 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