revert left sidebar change

This commit is contained in:
Konstantinos Kaloutas
2023-07-14 16:09:44 +03:00
committed by Tienson Qin
parent 59adfc2436
commit d704e3c9c1
2 changed files with 1 additions and 1 deletions

View File

@@ -82,6 +82,7 @@
width: var(--ls-left-sidebar-sm-width);
overflow-y: auto;
overflow-x: hidden;
background-color: var(--ls-primary-background-color);
transition: transform .3s;
transform: translate3d(-100%, 0, 0);
z-index: 3;

View File

@@ -210,7 +210,6 @@
[:.sidebar-item-drop-area-overlay.bottom
{:on-drag-enter #(reset! *drag-to idx)}]])
(rum/defc inner-component <
{:should-update (fn [_prev-state state] (last (:rum/args state)))}
[component _should-update?]