mirror of https://github.com/ColorlibHQ/AdminLTE
fix visible control sidebar on side
parent
f17c1c4d68
commit
230c86dc71
|
@ -179,7 +179,6 @@ class ControlSidebar {
|
||||||
const $controlSidebar = $(this._config.target)
|
const $controlSidebar = $(this._config.target)
|
||||||
|
|
||||||
if (!$body.hasClass(CLASS_NAME_LAYOUT_FIXED)) {
|
if (!$body.hasClass(CLASS_NAME_LAYOUT_FIXED)) {
|
||||||
$controlSidebar.attr('style', 'display: block;')
|
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue