瀏覽代碼

fix: footer wasn't sticking to floor

Kristian Vos 4 年之前
父節點
當前提交
d3db934224
共有 1 個文件被更改,包括 6 次插入0 次删除
  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 {