aboutsummaryrefslogtreecommitdiff
path: root/iosApp
diff options
context:
space:
mode:
Diffstat (limited to 'iosApp')
-rw-r--r--iosApp/iosApp/Map/UnitMapView.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/iosApp/iosApp/Map/UnitMapView.swift b/iosApp/iosApp/Map/UnitMapView.swift
index f416554..5a1e2f0 100644
--- a/iosApp/iosApp/Map/UnitMapView.swift
+++ b/iosApp/iosApp/Map/UnitMapView.swift
@@ -40,6 +40,6 @@ struct UnitMapView: View {
maxHeight: .infinity,
alignment: .bottom)
}
- }
+ }.ignoresSafeArea(.keyboard)
}
}