소스 검색

fix: station would sometimes go to one column if next up song had a long title

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

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

@@ -3610,6 +3610,8 @@ onBeforeUnmount(() => {
 			}
 
 			#station-right-column {
+				overflow: hidden;
+
 				#current-next-row {
 					flex-direction: column;
 				}