fix for open elements under modal when .modal-open

This commit is contained in:
Jacob Thornton
2012-08-27 20:43:12 -07:00
parent 438f745ea2
commit d797a5fbd7
3 changed files with 8 additions and 7 deletions

View File

@@ -3,8 +3,9 @@
// --------------------------------------------------
// Recalculate z-index where appropriate
.modal-open {
// Recalculate z-index where appropriate,
// but only apply to elements within modal
.modal-open .modal {
.dropdown-menu { z-index: @zindexDropdown + @zindexModal; }
.dropdown.open { *z-index: @zindexDropdown + @zindexModal; }
.popover { z-index: @zindexPopover + @zindexModal; }