Forráskód Böngészése

fix: station player would not show on mobile

Kristian Vos 1 éve
szülő
commit
08a6e45e1e
1 módosított fájl, 4 hozzáadás és 0 törlés
  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;
+			}
 		}
 	}
 }