You can wrap your view in ScrollView for your content got push up without getting clipped:
ScrollView
ScrollView { ZStack(alignment: .top) { ... } }