Explorar o código

fix: footer wasn't sticking to floor

Kristian Vos %!s(int64=4) %!d(string=hai) anos
pai
achega
d3db934224
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  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 {