diff --git a/src/components/Notifications/Notifications.styles.ts b/src/components/Notifications/Notifications.styles.ts index 568ac103..35866f1d 100644 --- a/src/components/Notifications/Notifications.styles.ts +++ b/src/components/Notifications/Notifications.styles.ts @@ -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, });