From 52c411793860799624ff09af3bcd5e4e51eefd09 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Thu, 5 Sep 2013 22:44:35 +0200 Subject: Fix jumpy buttons on highlight page caused by tooltip Signed-off-by: Florian Pritz --- data/js/script.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/data/js/script.js b/data/js/script.js index ec5da9a2b..ea9bac814 100644 --- a/data/js/script.js +++ b/data/js/script.js @@ -45,7 +45,8 @@ function fixedEncodeURIComponent (str) { }); $('[rel="tooltip"]').tooltip({ - placement: 'bottom' + placement: 'bottom', + container: 'body', }); $('#history-all').bind('change', function() { -- cgit v1.2.3-24-g4f1b