Просмотр исходного кода

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

Kristian Vos 2 лет назад
Родитель
Сommit
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;
 				}