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

🐛 [BUG] - Toast Message Partially Hidden by Header Due to Z-Index #1597

Open
Gautam25Raj opened this issue Jun 2, 2024 · 1 comment
Open
Labels
bug Something isn't working

Comments

@Gautam25Raj
Copy link

Gautam25Raj commented Jun 2, 2024

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

Screenshot (6)

Relevant Logs

No response

Dapp Env

Prod (app.push.org)

Browsers

Chrome

@Gautam25Raj Gautam25Raj added the bug Something isn't working label Jun 2, 2024
@rahulsingh3526
Copy link

can you assign the task to me ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants