Browse Source

Merge branch 'mobile' of github.com:logseq/logseq into mobile

leizhe 3 years ago
parent
commit
ccd5b6e69a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/frontend/components/sidebar.cljs

+ 1 - 1
src/main/frontend/components/sidebar.cljs

@@ -294,7 +294,7 @@
               "opacity-75 pointer-events-auto"
               "opacity-0 pointer-events-none")
      :on-click close-fn}]
-   [:div#left-bar.fixed.inset-y-0.left-0.flex.flex-col.z-40.w-full.transform.ease-in-out.duration-300
+   [:div#left-bar.fixed.inset-y-0.left-0.flex.flex-col.z-40.transform.ease-in-out.duration-300
     {:class (if @open?
               "translate-x-0"
               "-translate-x-full")