mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-08 11:02:26 +00:00
fix ios settings bottom scroll inset
This commit is contained in:
@@ -70,11 +70,7 @@ struct SettingsProTab: View {
|
||||
self.settingsListSection
|
||||
}
|
||||
.padding(.top, 18)
|
||||
}
|
||||
.safeAreaInset(edge: .bottom, spacing: 0) {
|
||||
Color.clear
|
||||
.frame(height: OpenClawProMetric.pagePadding)
|
||||
.accessibilityHidden(true)
|
||||
.padding(.bottom, OpenClawProMetric.bottomScrollInset)
|
||||
}
|
||||
}
|
||||
.navigationBarHidden(true)
|
||||
|
||||
@@ -204,11 +204,7 @@ extension SettingsProTab {
|
||||
}
|
||||
}
|
||||
.padding(.top, 18)
|
||||
}
|
||||
.safeAreaInset(edge: .bottom, spacing: 0) {
|
||||
Color.clear
|
||||
.frame(height: OpenClawProMetric.pagePadding)
|
||||
.accessibilityHidden(true)
|
||||
.padding(.bottom, OpenClawProMetric.bottomScrollInset)
|
||||
}
|
||||
}
|
||||
.navigationTitle(self.title(for: route))
|
||||
|
||||
Reference in New Issue
Block a user