mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-19 16:54:24 +01:00
fixes #9557: set tooltip demo to use body as container
This commit is contained in:
parent
e5e1270e57
commit
b02e80c6fb
@ -50,7 +50,8 @@
|
||||
|
||||
// tooltip demo
|
||||
$('.tooltip-demo').tooltip({
|
||||
selector: "[data-toggle=tooltip]"
|
||||
selector: "[data-toggle=tooltip]",
|
||||
container: "body"
|
||||
})
|
||||
|
||||
$('.tooltip-test').tooltip()
|
||||
|
Loading…
x
Reference in New Issue
Block a user