Merge pull request #1286 from marcusportmann/master

Fixed jumping buttons with Bootstrap tooltip
pull/1279/merge
Abdullah Almsaeed 2017-01-08 11:18:20 -05:00 committed by GitHub
commit dc83709196
1 changed files with 2 additions and 1 deletions

3
dist/js/app.js vendored
View File

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