diff --git a/SodaLive/Sources/Live/Room/V2/LiveRoomViewV2.swift b/SodaLive/Sources/Live/Room/V2/LiveRoomViewV2.swift index c796d31..41ca270 100644 --- a/SodaLive/Sources/Live/Room/V2/LiveRoomViewV2.swift +++ b/SodaLive/Sources/Live/Room/V2/LiveRoomViewV2.swift @@ -114,12 +114,12 @@ struct LiveRoomViewV2: View { ScrollViewReader { proxy in ZStack(alignment: .bottom) { - ZStack { + ZStack(alignment: .top) { if viewModel.isBgOn { KFImage(URL(string: liveRoomInfo.coverImageUrl)) .resizable() .scaledToFit() - .frame(maxWidth: .infinity, maxHeight: .infinity) + .frame(maxWidth: .infinity) } Rectangle()