From 230c86dc714f20280ed1f911a8537e8990ab6c6e Mon Sep 17 00:00:00 2001 From: REJack Date: Fri, 4 Dec 2020 09:11:51 +0100 Subject: [PATCH] fix visible control sidebar on side --- build/js/ControlSidebar.js | 1 - 1 file changed, 1 deletion(-) 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 }