Previously, when an error or alert occurred, the toast message would be obscured by the modal, potentially causing users to miss it and preventing them from dismissing it.
Before
The alert box was positioned behind the modal overlay, making it less visible and inaccessible for dismissal by the user.
After
Now, the alert box appears above the modal overlay and can be dismissed by the user.
Overview
Previously, when an error or alert occurred, the toast message would be obscured by the modal, potentially causing users to miss it and preventing them from dismissing it.
Before
The alert box was positioned behind the modal overlay, making it less visible and inaccessible for dismissal by the user.
After
Now, the alert box appears above the modal overlay and can be dismissed by the user.