shivansh-bhatnagar18 / multiplayer-uno

https://multiplayer-uno.vercel.app
21 stars 43 forks source link

Fix the Toast Bug #127

Closed ritwik-69 closed 2 weeks ago

ritwik-69 commented 2 weeks ago

Describe the bug The Navbar component is not letting you close the Toast component properly.

Reproduce the Bug Click on Start game button and a toast will be generated at the center top when you try to close it it won't close

screenshot image

issue-assigner[bot] commented 2 weeks ago

@ritwik-69 Thank you for opening this issue. Maintainers will check and approve if seems to be useful.

kuv2707 commented 2 weeks ago

@ritwik-69 Can you find out how the navbar interferes with the toast?

ritwik-69 commented 2 weeks ago

It just the z index of navbar is on top of the toast component.due to which we are not able to click the cross div in toast

kuv2707 commented 2 weeks ago

Please attach a ss of the bug in the issue description

I am assigning it to you, you can make a pr for it