I've been struggling with #SwiftUI backgrounds on several pages - attempting to get some App look and feel consistency - when looking for the Form background problem - I find this modifier:
Form {
} // form
.scrollContentBackground(.hidden)
That little gem - allows my ZStack Image to shine through!
-10 points for lack of consistency, Apple.
