Skip to content
Snippets Groups Projects
Commit 4e88bf79 authored by Emmanuel Raviart's avatar Emmanuel Raviart
Browse files

Show autocompletion menu

parent aaf9944f
No related branches found
Tags 0.0.925
No related merge requests found
......@@ -244,7 +244,7 @@
/>
{#if isOpen}
<ul
class="absolute border bg-white {filteredItems.length > 10
class="border bg-white {filteredItems.length > 10
? 'h-64 overflow-y-scroll'
: ''}
z-10 shadow-md"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment