룰렛설정
- 모든 방향 엣지 무시 -> 하단만 엣지 무시 로 변경하여 상단에 있는 뒤로가기 버튼이 시계와 겹치는 버그 수정
This commit is contained in:
parent
76b5e62e6c
commit
169765b867
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue