From 169765b86711c7fec02ee508a5152ef49dd28ed3 Mon Sep 17 00:00:00 2001 From: Yu Sung Date: Fri, 4 Oct 2024 15:36:42 +0900 Subject: [PATCH] =?UTF-8?q?=EB=A3=B0=EB=A0=9B=EC=84=A4=EC=A0=95=20-=20?= =?UTF-8?q?=EB=AA=A8=EB=93=A0=20=EB=B0=A9=ED=96=A5=20=EC=97=A3=EC=A7=80=20?= =?UTF-8?q?=EB=AC=B4=EC=8B=9C=20->=20=ED=95=98=EB=8B=A8=EB=A7=8C=20?= =?UTF-8?q?=EC=97=A3=EC=A7=80=20=EB=AC=B4=EC=8B=9C=20=EB=A1=9C=20=EB=B3=80?= =?UTF-8?q?=EA=B2=BD=ED=95=98=EC=97=AC=20=EC=83=81=EB=8B=A8=EC=97=90=20?= =?UTF-8?q?=EC=9E=88=EB=8A=94=20=EB=92=A4=EB=A1=9C=EA=B0=80=EA=B8=B0=20?= =?UTF-8?q?=EB=B2=84=ED=8A=BC=EC=9D=B4=20=EC=8B=9C=EA=B3=84=EC=99=80=20?= =?UTF-8?q?=EA=B2=B9=EC=B9=98=EB=8A=94=20=EB=B2=84=EA=B7=B8=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Live/Room/Routlette/Config/RouletteSettingsView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SodaLive/Sources/Live/Room/Routlette/Config/RouletteSettingsView.swift b/SodaLive/Sources/Live/Room/Routlette/Config/RouletteSettingsView.swift index 1d7acc3..91efb08 100644 --- a/SodaLive/Sources/Live/Room/Routlette/Config/RouletteSettingsView.swift +++ b/SodaLive/Sources/Live/Room/Routlette/Config/RouletteSettingsView.swift @@ -216,7 +216,7 @@ struct RouletteSettingsView: View { ) } } - .ignoresSafeArea() + .ignoresSafeArea(edges: .bottom) .popup(isPresented: $viewModel.isShowErrorPopup, type: .toast, position: .top, autohideIn: 1.3) { GeometryReader { geo in HStack {