From 90e62c2af0c1208d107a37d9917345d1121853a6 Mon Sep 17 00:00:00 2001 From: Marcus Portmann Date: Wed, 21 Dec 2016 21:11:49 +0200 Subject: [PATCH] Fixed jumping buttons with Bootstrap tooltip --- dist/js/app.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dist/js/app.js b/dist/js/app.js index 5dc09ee2c..cb26618d8 100644 --- a/dist/js/app.js +++ b/dist/js/app.js @@ -184,7 +184,8 @@ $(function () { //Activate Bootstrap tooltip if (o.enableBSToppltip) { $('body').tooltip({ - selector: o.BSTooltipSelector + selector: o.BSTooltipSelector, + container: 'body' }); }