AlertToast icon indicating copy to clipboard operation
AlertToast copied to clipboard

Hud toast appears behind the navigation toolbar

Open 27shutterclicks opened this issue 5 months ago • 1 comments

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.

image

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:

image

To Reproduce I just added a toast as per the documentation.

Expected behavior The toast should appear above everything else, including the navigation toolbar.

27shutterclicks avatar Sep 10 '24 19:09 27shutterclicks