diff options
author | Florian Pritz <bluewind@xinu.at> | 2013-09-05 22:44:35 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2013-09-22 16:30:56 +0200 |
commit | 52c411793860799624ff09af3bcd5e4e51eefd09 (patch) | |
tree | 6654125b1e153370389e1f20c471affc9e5a4d3f /data/js/script.js | |
parent | 28609a7d0269a80b0c694f38c03cb2427ce0e98d (diff) |
Fix jumpy buttons on highlight page caused by tooltip
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'data/js/script.js')
-rw-r--r-- | data/js/script.js | 3 |
1 files changed, 2 insertions, 1 deletions
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() { |