Merge pull request #1286 from marcusportmann/master

Fixed jumping buttons with Bootstrap tooltip
This commit is contained in:
Abdullah Almsaeed
2017-01-08 11:18:20 -05:00
committed by GitHub

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