diff --git a/build/js/ControlSidebar.js b/build/js/ControlSidebar.js index 48988321d..eaa62ce7f 100644 --- a/build/js/ControlSidebar.js +++ b/build/js/ControlSidebar.js @@ -179,7 +179,6 @@ class ControlSidebar { const $controlSidebar = $(this._config.target) if (!$body.hasClass(CLASS_NAME_LAYOUT_FIXED)) { - $controlSidebar.attr('style', 'display: block;') return }