Commit b02e80c6 authored by Mark Otto's avatar Mark Otto
Browse files

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

parent e5e1270e
No related merge requests found
Showing with 2 additions and 1 deletion
+2 -1
......@@ -50,7 +50,8 @@
// tooltip demo
$('.tooltip-demo').tooltip({
selector: "[data-toggle=tooltip]"
selector: "[data-toggle=tooltip]",
container: "body"
})
$('.tooltip-test').tooltip()
......
Supports Markdown
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