aboutsummaryrefslogtreecommitdiff
path: root/src/Layout.css
diff options
context:
space:
mode:
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;