浏览代码

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;
 				}