From 4f1e97959d7d39ba2bebcb9a7e352081c8bafd2f Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Wed, 30 Nov 2022 11:07:44 +0100 Subject: [PATCH] overflow-auto index page --- frontend/src/routes/index.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/routes/index.svelte b/frontend/src/routes/index.svelte index 4d3a421495..04455a07b4 100644 --- a/frontend/src/routes/index.svelte +++ b/frontend/src/routes/index.svelte @@ -332,7 +332,7 @@ {/each} -
+
{#if !loading} {#each filter != '' ? filteredItems : preFilteredItems as item (item.type + item.path)} {#if item.type == 'script'}