Explorar o código

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

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