mirror of
https://github.com/logseq/logseq.git
synced 2026-05-04 19:06:21 +00:00
fix: auto complete scrollbar
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user