mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-02 16:04:07 +03:00
fix z-index issue with modals for popovers,tooltips,and dropdowns
This commit is contained in:
Vendored
+12
@@ -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;
|
||||
|
||||
@@ -69,13 +69,8 @@
|
||||
selector: "a[rel=tooltip]"
|
||||
})
|
||||
|
||||
$('.tooltip-test').tooltip({
|
||||
'z-index': 3000
|
||||
})
|
||||
|
||||
$('.popover-test').popover({
|
||||
'z-index': 3000
|
||||
})
|
||||
$('.tooltip-test').tooltip()
|
||||
$('.popover-test').popover()
|
||||
|
||||
// popover demo
|
||||
$("a[rel=popover]")
|
||||
|
||||
Reference in New Issue
Block a user