diff --git a/website/index.php b/website/index.php
index 6544a50e..650f189d 100644
--- a/website/index.php
+++ b/website/index.php
@@ -319,15 +319,14 @@ if (isset($_SESSION['steamid'])) {
+
+
-
-
-
diff --git a/website/style.css b/website/style.css
index a784a63e..c4f6ae4c 100644
--- a/website/style.css
+++ b/website/style.css
@@ -120,6 +120,7 @@ body {
display: flex;
flex: 1;
overflow: hidden;
+ min-height: 0;
}
/* Sidebar */
@@ -130,7 +131,7 @@ body {
display: flex;
flex-direction: column;
position: relative;
- max-height: 100vh;
+ align-self: stretch;
overflow: hidden;
}
@@ -376,7 +377,7 @@ body {
border-top: 1px solid var(--border-color);
padding: 1rem 0;
text-align: center;
- margin-top: 2rem;
+ margin-top: auto;
}
.footer-content {