Fixed jumping buttons with Bootstrap tooltip

pull/1286/head
Marcus Portmann 2016-12-21 21:11:49 +02:00
parent e499f26f76
commit 90e62c2af0
1 changed files with 2 additions and 1 deletions

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'
});
}