mirror of
https://github.com/frappe/books.git
synced 2025-01-24 07:38:25 +00:00
Merge pull request #1068 from AbleKSaju/fix-select
fix: resolve dropdown visibility in select type
This commit is contained in:
commit
d616b84011
@ -12,7 +12,7 @@
|
|||||||
dropdownVisible ? 'dark:hover:bg-gray-850' : '',
|
dropdownVisible ? 'dark:hover:bg-gray-850' : '',
|
||||||
]"
|
]"
|
||||||
>
|
>
|
||||||
<div class="relative w-full" @click="toggleDropdown">
|
<div class="w-full" @click="toggleDropdown">
|
||||||
<div
|
<div
|
||||||
class="
|
class="
|
||||||
flex
|
flex
|
||||||
|
Loading…
x
Reference in New Issue
Block a user