diff options
| author | Jacob Thornton <[email protected]> | 2012-09-24 23:19:33 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2012-09-24 23:19:33 -0700 |
| commit | 4a2443901fc507b226b49dfe3a3ee9fa35bc2156 (patch) | |
| tree | 41a3f01e5598599a4245a0cd60a692e26f26f381 /less/modals.less | |
| parent | bda3d57a001a4cbaf54718a9c4b9c4dbd54bef09 (diff) | |
| download | bootstrap-4a2443901fc507b226b49dfe3a3ee9fa35bc2156.tar.xz bootstrap-4a2443901fc507b226b49dfe3a3ee9fa35bc2156.zip | |
reverting d797a5fbd7dd883a09bf00e516e0bd509c898f53
Diffstat (limited to 'less/modals.less')
| -rw-r--r-- | less/modals.less | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |
