mirror of
https://github.com/twbs/bootstrap.git
synced 2025-09-25 21:09:06 +02:00
fix z-index issue with modals for popovers,tooltips,and dropdowns
This commit is contained in:
@@ -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