Browse Source

fix: footer wasn't sticking to floor

Kristian Vos 4 years ago
parent
commit
d3db934224
1 changed files with 6 additions and 0 deletions
  1. 6 0
      frontend/components/pages/Home.vue

+ 6 - 0
frontend/components/pages/Home.vue

@@ -371,6 +371,11 @@ html {
 	}
 }
 
+.app {
+	display: flex;
+	flex-direction: column;
+}
+
 .users-count {
 	font-size: 20px;
 	position: relative;
@@ -379,6 +384,7 @@ html {
 
 .group {
 	min-height: 64px;
+	flex: 1 0 auto;
 }
 
 .station-card {