fix: dropdown scaling issues

This commit is contained in:
not-nullptr 2024-11-12 12:30:22 +00:00
parent 877625ac5a
commit db098bb7c0
1 changed files with 6 additions and 1 deletions

View File

@ -81,11 +81,16 @@
end: isUp ? -50 : 50,
},
}}
class="col-start-1 row-start-1"
class="col-start-1 row-start-1 text-left"
>
{selected}
</p>
{/key}
{#each options as option}
<p class="col-start-1 row-start-1 opacity-0">
{option}
</p>
{/each}
</div>
<ChevronDown
class="w-4 h-4 ml-4 mt-0.5 flex-shrink-0"