Tokamak icon indicating copy to clipboard operation
Tokamak copied to clipboard

Adding a `List` to `VStack` breaks layout on Safari

Open MaxDesiatov opened this issue 3 years ago • 0 comments

If you open the todo example in Safari you'll notice that it sticks to the top, while it's properly centered in all other browsers on macOS. When you remove the List view from the root VStack, keeping just a single HStack child, the new item entry is properly centered.

The source code is available.

MaxDesiatov avatar Aug 28 '20 20:08 MaxDesiatov