Apple recently announced that half sheets will soon be feasible in SwiftUI with the addition of the
.presentationDetents(detents: Set<PresentationDetent>)
modifier.
Sadly, this still seems to block any user interaction with the views behind the sheet.
Is there any way to allow user interaction with the views behind the sheet?