Fixed jumping buttons with Bootstrap tooltip

This commit is contained in:
Marcus Portmann 2016-12-21 21:11:49 +02:00
parent e499f26f76
commit 90e62c2af0

3
dist/js/app.js vendored
View file

@ -184,7 +184,8 @@ $(function () {
//Activate Bootstrap tooltip
if (o.enableBSToppltip) {
$('body').tooltip({
selector: o.BSTooltipSelector
selector: o.BSTooltipSelector,
container: 'body'
});
}