From f00323777900c5347088886a71232cc894b871be Mon Sep 17 00:00:00 2001 From: Victor Bayas Date: Wed, 23 Oct 2024 19:26:55 -0500 Subject: [PATCH] Increase Notifications z-index (#1056) --- src/components/Notifications/Notifications.styles.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Notifications/Notifications.styles.ts b/src/components/Notifications/Notifications.styles.ts index 568ac1037..35866f1d5 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, });