From e4a737f43e45f02e80c06346cea73756f83854f3 Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero <94913521+arielcostas@users.noreply.github.com> Date: Mon, 3 Mar 2025 21:13:28 +0100 Subject: Implement map page --- src/Layout.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/Layout.css') diff --git a/src/Layout.css b/src/Layout.css index ab4eecd..7af97b8 100644 --- a/src/Layout.css +++ b/src/Layout.css @@ -9,8 +9,7 @@ .main-content { flex: 1; overflow: auto; - padding: 16px; - padding-bottom: 70px; /* Extra padding to ensure content isn't hidden behind navbar */ + padding-bottom: 60px; /* Extra padding to ensure content isn't hidden behind navbar */ } .nav-bar { @@ -18,6 +17,8 @@ bottom: 0; left: 0; right: 0; + z-index: 5; + background-color: var(--background-color); display: flex; justify-content: space-around; -- cgit v1.3