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

Fix account dropdown being under notifications #2402

Open
wants to merge 2 commits into
base: staging
Choose a base branch
from

Conversation

yornaath
Copy link
Contributor

Fixes #2055

Copy link

vercel bot commented Apr 25, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
ui ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 25, 2024 8:37am
1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
wsx ⬜️ Ignored (Inspect) Apr 25, 2024 8:37am

@@ -109,7 +109,7 @@ const NotificationCenter = () => {
const { notifications, removeNotification } = useNotifications();

return (
<div className="pointer-events-none fixed top-0 z-[100] h-full w-full">
<div className="pointer-events-none fixed top-0 z-[20] h-full w-full">
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Have you verified that this doesn't cause the notifications to drop behind anything? I'm thinking it might fall behind the modal overlay

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Account menu is blocked by the transaction status
2 participants