Skip to content

Commit

Permalink
(less) Half fix for twbs#9855: Don't fuck with margins for open modal…
Browse files Browse the repository at this point in the history
… dialog on account of Lion non-scrollbars and inconsistencies elsewhere
  • Loading branch information
mdo committed Oct 7, 2013
1 parent 40e5a0a commit 89bb6bb
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions modals.less
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 89bb6bb

Please sign in to comment.