Fix options cells being unable to scroll

This commit is contained in:
Andrew Kingston 2023-03-03 09:16:00 +00:00
parent f1a67a2cc5
commit 01867f5736
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@
</div>
{/if}
{#if open}
<div class="options">
<div class="options" on:wheel={e => e.stopPropagation()}>
{#each values as val}
{@const color = getOptionColor(val)}
<div class="option" on:click={() => toggleOption(val)}>