```swift ScrollView(.horizontal) { LazyHStack(alignment: .top) { Text("Should be left aligned") .border(.green) } .border(.blue) } ``` Expected: Left aligned, as it is on iOS <img width="201" height="437" alt="Image" src="https://github.com/user-attachments/assets/e8e22051-d25c-42cf-b8d5-e12633db9d97" /> Actual: The LazyHStack fills the width <img width="180" height="400" alt="Image" src="https://github.com/user-attachments/assets/8ce8e905-5e80-437e-a0ff-fa9354f22dce" />