thedruid

Results 1 issues of thedruid

If using maxHeight instead of height on a VFlow in a ScrollView, the bounds is incorrect and the view is cut off. ```swift ScrollView { VFlow { ForEach(1...21, id: \.self)...