From 047c4148413f8cab42fc6c4a74d2462c535fc08e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Fri, 18 Sep 2020 21:28:52 -0400 Subject: [PATCH] fix: add user tooltips to body so they don't get cutoff in containers with overflow:hidden --- public/src/app.js | 1 + 1 file changed, 1 insertion(+) diff --git a/public/src/app.js b/public/src/app.js index a2cee901f3..2747355d80 100644 --- a/public/src/app.js +++ b/public/src/app.js @@ -195,6 +195,7 @@ app.cacheBuster = null; $(this).tooltip({ placement: placement || $(this).attr('title-placement') || 'top', title: $(this).attr('title'), + container: 'body', }); }); };