Skip to content

Commit

Permalink
Move notifications in front of modal overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
Robiquet committed Dec 6, 2023
1 parent 9a8f217 commit fc321f9
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 fc321f9

Please sign in to comment.