소스 검색

fix: station player would not show on mobile

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

+ 4 - 0
frontend/src/pages/Station/index.vue

@@ -3664,6 +3664,10 @@ onBeforeUnmount(() => {
 		#station-inner-container {
 			flex-direction: column-reverse;
 			flex-wrap: nowrap;
+
+			#station-right-column {
+				overflow: initial;
+			}
 		}
 	}
 }