룰렛 설정 - 키보드 높이에 따라 스크롤 늘리도록 수정
This commit is contained in:
parent
3897976a2b
commit
6d27ca8087
|
@ -106,6 +106,7 @@ struct RouletteSettingsView: View {
|
||||||
.padding(.top, 21.3)
|
.padding(.top, 21.3)
|
||||||
}
|
}
|
||||||
.padding(.horizontal, 13.3)
|
.padding(.horizontal, 13.3)
|
||||||
|
.padding(.bottom, keyboardHandler.keyboardHeight)
|
||||||
}
|
}
|
||||||
|
|
||||||
Spacer()
|
Spacer()
|
||||||
|
@ -143,10 +144,6 @@ struct RouletteSettingsView: View {
|
||||||
.background(Color(hex: "222222"))
|
.background(Color(hex: "222222"))
|
||||||
.cornerRadius(16.7, corners: [.topLeft, .topRight])
|
.cornerRadius(16.7, corners: [.topLeft, .topRight])
|
||||||
|
|
||||||
Rectangle()
|
|
||||||
.foregroundColor(Color(hex: "222222"))
|
|
||||||
.frame(width: screenSize().width, height: keyboardHandler.keyboardHeight)
|
|
||||||
|
|
||||||
if proxy.safeAreaInsets.bottom > 0 {
|
if proxy.safeAreaInsets.bottom > 0 {
|
||||||
Rectangle()
|
Rectangle()
|
||||||
.foregroundColor(Color(hex: "222222"))
|
.foregroundColor(Color(hex: "222222"))
|
||||||
|
|
Loading…
Reference in New Issue