]> git.mxchange.org Git - friendica.git/commitdiff
frio: append bs tooltip to body element
authorrabuzarus <>
Wed, 21 Dec 2016 15:12:13 +0000 (16:12 +0100)
committerrabuzarus <>
Wed, 21 Dec 2016 15:12:13 +0000 (16:12 +0100)
view/theme/frio/js/theme.js

index 8fbee06e51721c2ae7b78bf590fcbf6c5fb76108..3f3128be404116790273e03e8e84fb0120f58402 100644 (file)
@@ -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',