From 1cd138fbd8559563972fafd05d1ab17cc3589638 Mon Sep 17 00:00:00 2001 From: Alessio Davoli Date: Mon, 11 Dec 2023 18:25:12 +0100 Subject: [PATCH] Add the first row for the header --- frontend/src/routes/+layout.svelte | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/routes/+layout.svelte b/frontend/src/routes/+layout.svelte index 3c8b057..932b71a 100644 --- a/frontend/src/routes/+layout.svelte +++ b/frontend/src/routes/+layout.svelte @@ -46,6 +46,7 @@ overflow-y: scroll; width: 100%; display: grid; + grid-template-rows: 70px auto; } div {