From a42f802cfd7e017effeb4ce07a596e5ccb7bba16 Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Thu, 29 Dec 2022 19:33:14 +0100 Subject: [PATCH] items-list overflow to let dropdown go through --- frontend/src/lib/components/home/ItemsList.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/lib/components/home/ItemsList.svelte b/frontend/src/lib/components/home/ItemsList.svelte index 5ff36245ba..7d4f0dd160 100644 --- a/frontend/src/lib/components/home/ItemsList.svelte +++ b/frontend/src/lib/components/home/ItemsList.svelte @@ -294,7 +294,7 @@ {:else if filteredItems.length === 0} {:else} -
+
{#each items ?? [] as item, i (item.type + '/' + item.path)} {#if item.type == 'script'}