Merge pull request #1286 from marcusportmann/master
Fixed jumping buttons with Bootstrap tooltip
This commit is contained in:
3
dist/js/app.js
vendored
3
dist/js/app.js
vendored
@@ -188,7 +188,8 @@ $(function () {
|
||||
//Activate Bootstrap tooltip
|
||||
if (o.enableBSToppltip) {
|
||||
$('body').tooltip({
|
||||
selector: o.BSTooltipSelector
|
||||
selector: o.BSTooltipSelector,
|
||||
container: 'body'
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user