Skip to content

Commit

Permalink
Merge pull request #2046 from zeitgeistpm/tr-modal-overlay-notifications
Browse files Browse the repository at this point in the history
Move notifications in front of modal overlay
  • Loading branch information
robhyrk authored Dec 10, 2023
2 parents c4670e1 + fc321f9 commit 0738f29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/ui/NotificationCenter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ const NotificationCenter = () => {
const { notifications, removeNotification } = useNotifications();

return (
<div className="pointer-events-none fixed top-0 z-50 h-full w-full">
<div className="pointer-events-none fixed top-0 z-[100] h-full w-full">
<div className="flex flex-row justify-end pt-20">
<div className="relative flex flex-1 flex-col items-end px-4">
<AnimatePresence mode="sync" presenceAffectsLayout>
Expand Down

0 comments on commit 0738f29

Please sign in to comment.