2
0
mirror of https://github.com/frappe/books.git synced 2025-01-09 01:44:15 +00:00

Merge pull request #1068 from AbleKSaju/fix-select

fix: resolve dropdown visibility in select type
This commit is contained in:
Akshay 2024-12-26 15:48:06 +05:30 committed by GitHub
commit d616b84011
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,7 +12,7 @@
dropdownVisible ? 'dark:hover:bg-gray-850' : '',
]"
>
<div class="relative w-full" @click="toggleDropdown">
<div class="w-full" @click="toggleDropdown">
<div
class="
flex