Skip to content

Commit

Permalink
Increase Notifications z-index (#1056)
Browse files Browse the repository at this point in the history
  • Loading branch information
bayasdev authored Oct 24, 2024
1 parent d2c4a17 commit f003237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Notifications/Notifications.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ export const notificationsContainerStyles = (position: string) => {
flexDirection: position.startsWith("bottom") ? "column-reverse" : "column",
padding: 16,
gap: 8,
zIndex: 1000,
zIndex: 9999,
pointerEvents: "none",
...posLocation,
});
Expand Down

0 comments on commit f003237

Please sign in to comment.