You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We've noticed an issue when hovering the mouse over a toast element. Instead of the toast reacting to the hover, the underlying elements respond.
Details:
Upon investigation, we found that the .toast-container class has pointer-events: none. When we remove or change this property to pointer-events: all, we are able to close the toast normally.
This issue seems to have been introduced when updating from version 4.0.8 to 4.0.9, as pointer-events: none was added to the packages/styles/src/components/toast.scss file during this update.
The text was updated successfully, but these errors were encountered:
Problem:
After updating to the following versions:
We've noticed an issue when hovering the mouse over a toast element. Instead of the toast reacting to the hover, the underlying elements respond.
Details:
Upon investigation, we found that the .toast-container class has pointer-events: none. When we remove or change this property to pointer-events: all, we are able to close the toast normally.
This issue seems to have been introduced when updating from version 4.0.8 to 4.0.9, as pointer-events: none was added to the packages/styles/src/components/toast.scss file during this update.
The text was updated successfully, but these errors were encountered: