-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Fix: Snackbar container block portion of UI while present. #21000
Fix: Snackbar container block portion of UI while present. #21000
Conversation
Size Change: +51 B (0%) Total Size: 856 kB
ℹ️ View Unchanged
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Howdy @jorgefilipecosta I tested this but it seems to not fix the issue (at least not in FF)
52392f5
to
1efced4
Compare
Hi @draganescu, thank you for the review. I added a firefox prefix so things work as expected there. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This now works as described in Firefox too.
* add pointer events in order to control the behaviout of snackbars * remove styles from #21000 * Move implementation entirely to snackbar component and add some comments Co-authored-by: grzim <[email protected]> Co-authored-by: Daniel Richards <[email protected]>
Fixes: #20654
How has this been tested?
Followed steps referred in #20654 and verified the issue was not happening anymore.