diff --git a/scripts/pi-hole/js/index.js b/scripts/pi-hole/js/index.js
index c1fe1731..6c364896 100644
--- a/scripts/pi-hole/js/index.js
+++ b/scripts/pi-hole/js/index.js
@@ -832,3 +832,8 @@ $(function () {
window.addEventListener("resize", function () {
$(".chartjs-tooltip").remove();
});
+
+// Tooltips
+$(function () {
+ $('[data-toggle="tooltip"]').tooltip({ html: true, container: "body" });
+});