mirror of https://github.com/ColorlibHQ/AdminLTE
Merge pull request #1286 from marcusportmann/master
Fixed jumping buttons with Bootstrap tooltippull/1279/merge
commit
dc83709196
|
@ -188,7 +188,8 @@ $(function () {
|
|||
//Activate Bootstrap tooltip
|
||||
if (o.enableBSToppltip) {
|
||||
$('body').tooltip({
|
||||
selector: o.BSTooltipSelector
|
||||
selector: o.BSTooltipSelector,
|
||||
container: 'body'
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue