mirror of
https://github.com/jasny/bootstrap.git
synced 2026-04-24 03:00:49 -04:00
add zindex option for tooltips/popovers and fix modal zindex doc example
This commit is contained in:
@@ -106,7 +106,14 @@ $(function () {
|
||||
$('.tooltip-demo.well').tooltip({
|
||||
selector: "a[rel=tooltip]"
|
||||
})
|
||||
$('.tooltip-test').tooltip()
|
||||
|
||||
$('.tooltip-test').tooltip({
|
||||
'z-index': 3000
|
||||
})
|
||||
|
||||
$('.popover-test').popover({
|
||||
'z-index': 3000
|
||||
})
|
||||
|
||||
// popover demo
|
||||
$("a[rel=popover]")
|
||||
|
||||
Reference in New Issue
Block a user