mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-11 18:02:28 +03: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