aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/assets/css/bootstrap.css8
-rw-r--r--less/modals.less2
2 files changed, 5 insertions, 5 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css
index 4e533b252..2c92488f0 100644
--- a/docs/assets/css/bootstrap.css
+++ b/docs/assets/css/bootstrap.css
@@ -4985,19 +4985,19 @@ input[type="submit"].btn.btn-mini {
background-color: #fff;
}
-.modal-open .modal .dropdown-menu {
+.modal-open .dropdown-menu {
z-index: 2050;
}
-.modal-open .modal .dropdown.open {
+.modal-open .dropdown.open {
*z-index: 2050;
}
-.modal-open .modal .popover {
+.modal-open .popover {
z-index: 2060;
}
-.modal-open .modal .tooltip {
+.modal-open .tooltip {
z-index: 2080;
}
diff --git a/less/modals.less b/less/modals.less
index 5f7b43ef6..b4862a1c2 100644
--- a/less/modals.less
+++ b/less/modals.less
@@ -5,7 +5,7 @@
// Recalculate z-index where appropriate,
// but only apply to elements within modal
-.modal-open .modal {
+.modal-open {
.dropdown-menu { z-index: @zindexDropdown + @zindexModal; }
.dropdown.open { *z-index: @zindexDropdown + @zindexModal; }
.popover { z-index: @zindexPopover + @zindexModal; }