+
diff --git a/web/src/App.scss b/web/src/App.scss
index 3b2312461..93d043e94 100644
--- a/web/src/App.scss
+++ b/web/src/App.scss
@@ -20,3 +20,7 @@
height: 100vh;
background-color: green;
}
+
+.app-body {
+ padding-bottom: general.$navbar-height
+}
\ No newline at end of file
diff --git a/web/src/components/MenuBar/MenuBar.scss b/web/src/components/MenuBar/MenuBar.scss
index 85154a812..8bf568082 100644
--- a/web/src/components/MenuBar/MenuBar.scss
+++ b/web/src/components/MenuBar/MenuBar.scss
@@ -5,5 +5,6 @@
z-index: 1; // The Marquees on player cards appeared above the MenuBar otherwise, the MenuBar needs to be on top of everything always
bottom: 0;
width: 100vw;
+ height: general.$navbar-height;
@include general.low-shadow-up;
}
diff --git a/web/src/components/StatusBars/StatusBar.jsx b/web/src/components/StatusBars/StatusBar.jsx
index 2f45079c2..0f20c8f76 100644
--- a/web/src/components/StatusBars/StatusBar.jsx
+++ b/web/src/components/StatusBars/StatusBar.jsx
@@ -15,7 +15,7 @@ export default function StatusBar(props) {
return(