added the code change for the scroll menu to show all of the lables available

This commit is contained in:
Nick Nalli 2023-04-02 23:31:18 -05:00
parent 4dd925caf0
commit 4b26de6655

View file

@ -12,7 +12,7 @@
<ul
tabindex="0"
style="display: inline"
class="dropdown-content mb-1 menu shadow border border-gray-400 rounded bg-base-100 w-full z-[9999] max-h-60 overflow-y-scroll"
class="dropdown-content mb-1 menu shadow border border-gray-400 rounded bg-base-100 w-full z-[9999] max-h-60 overflow-y-auto"
>
<li
v-for="(obj, idx) in items"