mirror of
https://github.com/hay-kot/homebox.git
synced 2025-08-03 08:10:28 +00:00
added the code change for the scroll menu to show all of the lables available
This commit is contained in:
parent
4dd925caf0
commit
4b26de6655
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue