fix: auto complete scrollbar

pull/799/head
charlie 2020-12-08 18:02:58 +08:00
parent c79148dc2d
commit 9e421c2dd2
1 changed files with 1 additions and 1 deletions

View File

@ -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