aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-10-07 14:39:11 -0500
committerMark Otto <[email protected]>2013-10-07 14:39:11 -0500
commit352532cd63a2d8e03ba7db806aa3bd110c023532 (patch)
treeda01170ec95d36a9d8bda484bedcde998a1805df /less
parent0647049513b2644776ee77861e65f892d6b57c49 (diff)
downloadbootstrap-352532cd63a2d8e03ba7db806aa3bd110c023532.tar.xz
bootstrap-352532cd63a2d8e03ba7db806aa3bd110c023532.zip
Half fix for #9855: Don't fuck with margins for open modal dialog on account of Lion non-scrollbars and inconsistencies elsewhere
Diffstat (limited to 'less')
-rw-r--r--less/modals.less8
1 files changed, 0 insertions, 8 deletions
diff --git a/less/modals.less b/less/modals.less
index 4f2cf9468..776073d57 100644
--- a/less/modals.less
+++ b/less/modals.less
@@ -10,14 +10,6 @@
// 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