From: rabuzarus <> Date: Wed, 21 Dec 2016 15:12:13 +0000 (+0100) Subject: frio: append bs tooltip to body element X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=24a58ab2e6e375d5e3107d3ba5af68d651b28b66;p=friendica.git frio: append bs tooltip to body element --- diff --git a/view/theme/frio/js/theme.js b/view/theme/frio/js/theme.js index 8fbee06e51..3f3128be40 100644 --- a/view/theme/frio/js/theme.js +++ b/view/theme/frio/js/theme.js @@ -100,6 +100,7 @@ $(document).ready(function(){ // initialize the bootstrap tooltips $('body').tooltip({ selector: '[data-toggle="tooltip"]', + container: 'body', animation: true, html: true, placement: 'auto',