diff --git a/public/src/app.js b/public/src/app.js index a2cee901f35a..2747355d800c 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', }); }); };