소스 검색

fix(Station): container height was incorrect, causing the footer to be half shown on desktop

Kristian Vos 3 년 전
부모
커밋
febad102a5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      frontend/src/pages/Station/index.vue

+ 1 - 1
frontend/src/pages/Station/index.vue

@@ -2145,7 +2145,7 @@ export default {
 #station-outer-container {
 	margin: 0 auto;
 	padding: 20px 40px;
-	min-height: calc(100vh - 64px - 130px);
+	min-height: calc(100vh - 64px);
 	width: 100%;
 	max-width: 1800px;
 	display: flex;