Explorar o código

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

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