func body(content: Content) -> some View {
if #available(iOS 18, *) {
content
.onScrollGeometryChange(for: CGFloat.self, of: \.contentSize.height) {
if $1 > 0 {
height = $1
}