Commit 352532cd authored by Mark Otto's avatar Mark Otto

Half fix for #9855: Don't fuck with margins for open modal dialog on account...

Half fix for #9855: Don't fuck with margins for open modal dialog on account of Lion non-scrollbars and inconsistencies elsewhere
parent 06470495
...@@ -5731,12 +5731,6 @@ button.close { ...@@ -5731,12 +5731,6 @@ button.close {
overflow: hidden; overflow: hidden;
} }
body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
margin-right: 15px;
}
.modal { .modal {
position: fixed; position: fixed;
top: 0; top: 0;
......
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -10,14 +10,6 @@ ...@@ -10,14 +10,6 @@
// Kill the scroll on the body // Kill the scroll on the body
.modal-open { .modal-open {
overflow: hidden; overflow: hidden;
// Account for hiding of scrollbar
body&,
.navbar-fixed-top,
.navbar-fixed-bottom {
margin-right: 15px
}
} }
// Container that the modal scrolls within // Container that the modal scrolls within
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment