mirror of https://github.com/VERT-sh/VERT.git
fix: dropdown scaling issues
This commit is contained in:
parent
877625ac5a
commit
db098bb7c0
|
|
@ -81,11 +81,16 @@
|
||||||
end: isUp ? -50 : 50,
|
end: isUp ? -50 : 50,
|
||||||
},
|
},
|
||||||
}}
|
}}
|
||||||
class="col-start-1 row-start-1"
|
class="col-start-1 row-start-1 text-left"
|
||||||
>
|
>
|
||||||
{selected}
|
{selected}
|
||||||
</p>
|
</p>
|
||||||
{/key}
|
{/key}
|
||||||
|
{#each options as option}
|
||||||
|
<p class="col-start-1 row-start-1 opacity-0">
|
||||||
|
{option}
|
||||||
|
</p>
|
||||||
|
{/each}
|
||||||
</div>
|
</div>
|
||||||
<ChevronDown
|
<ChevronDown
|
||||||
class="w-4 h-4 ml-4 mt-0.5 flex-shrink-0"
|
class="w-4 h-4 ml-4 mt-0.5 flex-shrink-0"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue