diff --git a/SodaLive/Sources/Live/Room/V2/LiveRoomViewV2.swift b/SodaLive/Sources/Live/Room/V2/LiveRoomViewV2.swift index 41ca270..c796d31 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(alignment: .top) { + ZStack { if viewModel.isBgOn { KFImage(URL(string: liveRoomInfo.coverImageUrl)) .resizable() .scaledToFit() - .frame(maxWidth: .infinity) + .frame(maxWidth: .infinity, maxHeight: .infinity) } Rectangle()