From 5437cb07aad8d2d9b35a2c06b5d540931599376b Mon Sep 17 00:00:00 2001 From: Yu Sung Date: Thu, 18 Jan 2024 18:45:54 +0900 Subject: [PATCH] =?UTF-8?q?=EB=9D=BC=EC=9D=B4=EB=B8=8C=20=EB=B0=B0?= =?UTF-8?q?=EA=B2=BD=EC=9D=B4=EB=AF=B8=EC=A7=80=20-=20=EA=B0=80=EC=9A=B4?= =?UTF-8?q?=EB=8D=B0=20=EC=A0=95=EB=A0=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SodaLive/Sources/Live/Room/V2/LiveRoomViewV2.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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()