-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
[BUG] - Toast is hidden under drawer / modal #4898
Comments
This is true when invoking the toast from a modal as well. |
Yes, bug here as well. |
For now, I solved it like this. addToast({ <Modal |
No matter what I do, the toast doesn't appear on top :( |
Update: The PR to fix this issue is up, and coming version v2.7.5 will not have this issues. |
Thanks @macci001 !! |
@macci001 Why it didn't got into 2.7.4? |
HeroUI Version
2.7.2
Describe the bug
Toast notifications cannot be used with Drawer components since the drawer mask and drawer itself are always rendered above the toast messages. I've tried applying a larger z-index, but this doesn't solve the issue - the drawer still overlays the toast.
code to reproduce:
Your Example Website or App
No response
Steps to Reproduce the Bug or Issue
Expected behavior
The Toast should be always visible and on top of any other component
Screenshots or Videos
Operating System Version
macOS
Browser
Chrome
The text was updated successfully, but these errors were encountered: