From 89bb6bb6199a5643b14616e392ede86d191c4a1e Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 7 Oct 2013 14:39:11 -0500 Subject: [PATCH] (less) Half fix for #9855: Don't fuck with margins for open modal dialog on account of Lion non-scrollbars and inconsistencies elsewhere --- modals.less | 8 -------- 1 file changed, 8 deletions(-) diff --git a/modals.less b/modals.less index 4f2cf9468c21..776073d572e1 100644 --- a/modals.less +++ b/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