Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
May 10, 2024

Conversation

olayiwola-compucorp
Copy link
Collaborator

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

@olayiwola-compucorp olayiwola-compucorp merged commit be4cb81 into master May 10, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants