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
Toast messages should display entirely and clearly above all other content on the page.
Current Behaviour
Toast messages are appearing partially obscured by the website header. This is because the header element has a higher z-index value than the toast element, causing the header to visually overlap the toast. As a result, approximately 25% of the toast content is hidden from view.
Reproduction steps
1. Trigger an action that displays a toast message (e.g., Changinig your display name in Push Chat).
2. Observe the toast message on the screen.
3. Notice that the top portion of the toast message is hidden behind the website header.
Screenshots
Relevant Logs
No response
Dapp Env
Prod (app.push.org)
Browsers
Chrome
The text was updated successfully, but these errors were encountered:
Expected Behaviour
Toast messages should display entirely and clearly above all other content on the page.
Current Behaviour
Toast messages are appearing partially obscured by the website header. This is because the header element has a higher z-index value than the toast element, causing the header to visually overlap the toast. As a result, approximately 25% of the toast content is hidden from view.
Reproduction steps
1. Trigger an action that displays a toast message (e.g., Changinig your display name in Push Chat). 2. Observe the toast message on the screen. 3. Notice that the top portion of the toast message is hidden behind the website header.
Screenshots
Relevant Logs
No response
Dapp Env
Prod (app.push.org)
Browsers
Chrome
The text was updated successfully, but these errors were encountered: