Commit b02e80c6 authored by Mark Otto's avatar Mark Otto

fixes #9557: set tooltip demo to use body as container

parent e5e1270e
...@@ -50,7 +50,8 @@ ...@@ -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()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment