items-list overflow to let dropdown go through

This commit is contained in:
Ruben Fiszel
2022-12-29 19:33:14 +01:00
committed by GitHub
parent adc84f06d9
commit a42f802cfd

View File

@@ -294,7 +294,7 @@
{:else if filteredItems.length === 0}
<NoItemFound />
{:else}
<div class="border rounded-md overflow-hidden divide-y divide-gray-200 mb-80">
<div class="border rounded-md divide-y divide-gray-200 mb-80">
<!-- <VirtualList {items} let:item bind:start bind:end> -->
{#each items ?? [] as item, i (item.type + '/' + item.path)}
{#if item.type == 'script'}