2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-21 13:24:08 +03:00

fix z-index issue with modals for popovers,tooltips,and dropdowns

This commit is contained in:
Jacob Thornton
2012-01-28 12:08:41 -08:00
parent c2c02d104c
commit 12d3c2fe74
7 changed files with 29 additions and 38 deletions
+12
View File
@@ -2238,6 +2238,18 @@ table .span12 {
.pager .previous a {
float: left;
}
.modal-open .dropdown-menu {
z-index: 2050;
}
.modal-open .dropdown.open {
*z-index: 2050;
}
.modal-open .popover {
z-index: 2060;
}
.modal-open .tooltip {
z-index: 2070;
}
.modal-backdrop {
position: fixed;
top: 0;