Skip to content

Commit

Permalink
No pointer events on dropdown chevron
Browse files Browse the repository at this point in the history
  • Loading branch information
rianadon committed Jan 5, 2025
1 parent 94105bd commit 0a33707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/beta/lib/editor/SelectThingy.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
{$selectedLabel || 'Choose One'}
{/if}
</button>
<div class="absolute right-4 top-1/2 z-10 -translate-y-1/2">
<div class="absolute right-4 top-1/2 z-10 -translate-y-1/2 pointer-events-none">
{#if $open}
<Icon path={mdiChevronUp} size="20px" />
{:else}
Expand Down

0 comments on commit 0a33707

Please sign in to comment.