From 1e0a964619384b265cfccff90279d0176a7769cc Mon Sep 17 00:00:00 2001 From: Alessio Davoli Date: Tue, 18 Jul 2023 15:57:51 +0200 Subject: [PATCH] fix bottom background --- frontend/src/css/app.css | 1 + frontend/src/lib/components/Tabs.svelte | 22 +++++++++++++--------- frontend/src/routes/+layout.svelte | 9 ++++++++- 3 files changed, 22 insertions(+), 10 deletions(-) diff --git a/frontend/src/css/app.css b/frontend/src/css/app.css index c71471a..7365c98 100644 --- a/frontend/src/css/app.css +++ b/frontend/src/css/app.css @@ -29,6 +29,7 @@ body { header, main, footer { + background: white; height: 100%; width: 100%; display: grid; diff --git a/frontend/src/lib/components/Tabs.svelte b/frontend/src/lib/components/Tabs.svelte index e681874..a6efa3e 100644 --- a/frontend/src/lib/components/Tabs.svelte +++ b/frontend/src/lib/components/Tabs.svelte @@ -33,16 +33,22 @@ -
- - - -
-
- +
+
+ + + +
+
+ +
\ No newline at end of file