mirror of https://github.com/ColorlibHQ/AdminLTE
Fixed jumping buttons with Bootstrap tooltip
parent
e499f26f76
commit
90e62c2af0
|
@ -184,7 +184,8 @@ $(function () {
|
|||
//Activate Bootstrap tooltip
|
||||
if (o.enableBSToppltip) {
|
||||
$('body').tooltip({
|
||||
selector: o.BSTooltipSelector
|
||||
selector: o.BSTooltipSelector,
|
||||
container: 'body'
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue