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

This commit is contained in:
Mark Otto 2013-08-14 14:29:53 -07:00
parent e5e1270e57
commit b02e80c6fb

View File

@ -50,7 +50,8 @@
// tooltip demo
$('.tooltip-demo').tooltip({
selector: "[data-toggle=tooltip]"
selector: "[data-toggle=tooltip]",
container: "body"
})
$('.tooltip-test').tooltip()