Browse Source

fix: auto complete scrollbar

charlie 5 years ago
parent
commit
9e421c2dd2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/frontend/ui.cljs

+ 1 - 1
src/main/frontend/ui.cljs

@@ -357,7 +357,7 @@
   (let [current-idx (get state ::current-idx)]
     [:div#ui__ac {:class class}
      (if (seq matched)
-       [:div#ui__ac-inner
+       [:div#ui__ac-inner.hide-scrollbar
         (for [[idx item] (medley/indexed matched)]
           (rum/with-key
             (menu-link