diff --git a/index.html b/index.html index 5d2484e3d..621548b28 100644 --- a/index.html +++ b/index.html @@ -164,64 +164,64 @@
- +
diff --git a/util.js b/util.js index 682b2f6a6..652b5b14c 100644 --- a/util.js +++ b/util.js @@ -81,6 +81,7 @@ var Util = (function (my) { element.setAttribute("data-toggle", "popover"); element.setAttribute("data-placement", position); element.setAttribute("data-html", true); + element.setAttribute("data-container", "body"); }; return my;