2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

change tooltip/popover insert strategy

remove modal-open class
hopefully resolve z-index headaches
This commit is contained in:
Jacob Thornton
2012-09-24 23:28:38 -07:00
parent 4a2443901f
commit 88b1e44dd6
8 changed files with 10 additions and 49 deletions
-16
View File
@@ -4985,22 +4985,6 @@ input[type="submit"].btn.btn-mini {
background-color: #fff;
}
.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: 2080;
}
.modal-backdrop {
position: fixed;
top: 0;