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