mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
fixes #9557: set tooltip demo to use body as container
This commit is contained in:
parent
e5e1270e57
commit
b02e80c6fb
1 changed files with 2 additions and 1 deletions
|
@ -50,7 +50,8 @@
|
|||
|
||||
// tooltip demo
|
||||
$('.tooltip-demo').tooltip({
|
||||
selector: "[data-toggle=tooltip]"
|
||||
selector: "[data-toggle=tooltip]",
|
||||
container: "body"
|
||||
})
|
||||
|
||||
$('.tooltip-test').tooltip()
|
||||
|
|
Loading…
Reference in a new issue