mirror of
https://github.com/jasny/bootstrap.git
synced 2026-02-07 04:25:10 -05:00
fix z-index issue with modals for popovers,tooltips,and dropdowns
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user