Skip to content

Commit

Permalink
fix for open elements under modal when .modal-open
Browse files Browse the repository at this point in the history
  • Loading branch information
fat committed Aug 28, 2012
1 parent 438f745 commit d797a5f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
8 changes: 4 additions & 4 deletions docs/assets/css/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -4815,19 +4815,19 @@ input[type="submit"].btn.btn-mini {
background-color: #fff;
}

.modal-open .dropdown-menu {
.modal-open .modal .dropdown-menu {
z-index: 2050;
}

.modal-open .dropdown.open {
.modal-open .modal .dropdown.open {
*z-index: 2050;
}

.modal-open .popover {
.modal-open .modal .popover {
z-index: 2060;
}

.modal-open .tooltip {
.modal-open .modal .tooltip {
z-index: 2080;
}

Expand Down
Loading

0 comments on commit d797a5f

Please sign in to comment.