Skip to content

Commit

Permalink
(less) fixes twbs#11139: add position: relative; to .modal-dialog so …
Browse files Browse the repository at this point in the history
…that z-index takes effect
  • Loading branch information
mdo committed Oct 21, 2013
1 parent 098540c commit 6e4d1d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modals.less
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@

// Shell div to position the modal with bottom padding
.modal-dialog {
position: relative;
margin-left: auto;
margin-right: auto;
width: auto;
Expand Down

0 comments on commit 6e4d1d8

Please sign in to comment.