aboutsummaryrefslogtreecommitdiff
path: root/src/Layout.css
diff options
context:
space:
mode:
authorAriel Costas Guerrero <94913521+arielcostas@users.noreply.github.com>2025-03-03 21:13:28 +0100
committerAriel Costas Guerrero <94913521+arielcostas@users.noreply.github.com>2025-03-03 21:13:28 +0100
commite4a737f43e45f02e80c06346cea73756f83854f3 (patch)
treea13c4de97367ecbd1fec9df72d28789b52a32554 /src/Layout.css
parent4192cc1b5d1e2951963457516de0f9fe668c3b9a (diff)
Implement map page
Diffstat (limited to 'src/Layout.css')
-rw-r--r--src/Layout.css5
1 files changed, 3 insertions, 2 deletions
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;