From 5a01dc44d61713586780e9849014946f3dec7b50 Mon Sep 17 00:00:00 2001 From: Hendrik Leppelsack Date: Tue, 27 Oct 2015 11:22:41 +0100 Subject: [PATCH] append tipsys to body --- core/js/js.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/js/js.js b/core/js/js.js index 9daca1f846..a3efb64e4b 100644 --- a/core/js/js.js +++ b/core/js/js.js @@ -1981,7 +1981,8 @@ jQuery.fn.tipsy = function(argument) { placement: 'bottom', delay: { 'show': 0, 'hide': 0}, trigger: 'hover', - html: false + html: false, + container: 'body' }; if(argument.gravity) { switch(argument.gravity) {