aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
Diffstat (limited to 'less')
-rw-r--r--less/modals.less7
1 files changed, 7 insertions, 0 deletions
diff --git a/less/modals.less b/less/modals.less
index 7f07d11e4..3e74f4227 100644
--- a/less/modals.less
+++ b/less/modals.less
@@ -1,6 +1,13 @@
// MODALS
// ------
+.modal-open {
+ .dropdown-menu { z-index: @zindexDropdown + @zindexModal }
+ .dropdown.open { *z-index: @zindexDropdown + @zindexModal }
+ .popover { z-index: @zindexPopover + @zindexModal }
+ .tooltip { z-index: @zindexTooltip + @zindexModal }
+}
+
.modal-backdrop {
position: fixed;
top: 0;