From a1f9d0d29cf8d1f5f6eea2dc67280ccf4b20eb4e Mon Sep 17 00:00:00 2001 From: Yu Sung Date: Thu, 18 Jan 2024 18:20:28 +0900 Subject: [PATCH] =?UTF-8?q?=EB=9D=BC=EC=9D=B4=EB=B8=8C=20-=20=EB=B0=B0?= =?UTF-8?q?=EA=B2=BD=EC=9D=B4=EB=AF=B8=EC=A7=80=20=EC=83=81=EB=8B=A8?= =?UTF-8?q?=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 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()