AlertToast
AlertToast copied to clipboard
Hud toast appears behind the navigation toolbar
Describe the bug When presenting a toast with a system image icon and using the .hud display mode, the toast appears behind the navigation toolbar.
This also causes for the toast to not be clickable unless you manage to find a small area peaking from under the toolbar that covers it.
The toast was added to a view that gets loaded in another template view. However, the same thing happens without the template, by adding the toast to the root VStack of the view:
To Reproduce I just added a toast as per the documentation.
Expected behavior The toast should appear above everything else, including the navigation toolbar.