civicrm / org.civicrm.shoreditch

Other
45 stars 59 forks source link

PROD-190: Ensure alert is visible when modal is displayed #566

Closed olayiwola-compucorp closed 6 months ago

olayiwola-compucorp commented 8 months ago

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. Before Screenshot

After

Now, the alert box appears above the modal overlay and can be dismissed by the user. After Screenshot