Skip to content

Commit

Permalink
fix: fix NotificationCenter spacing (#1665)
Browse files Browse the repository at this point in the history
  • Loading branch information
therealemjy authored Oct 30, 2023
1 parent 23a30c9 commit 236a03a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/containers/NotificationCenter/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const NotificationCenter: React.FC = () => {

return createPortal(
<ul
className="fixed right-4 top-4 z-[9999] ml-4 max-h-full w-full max-w-[500px] md:right-6 md:top-6"
className="fixed right-0 top-0 z-[9999] max-h-full w-full max-w-[500px] p-4 md:p-6"
data-testid={TEST_IDS.container}
>
<AnimatePresence mode="popLayout" initial={false}>
Expand Down

0 comments on commit 236a03a

Please sign in to comment.