From 57f2b8139c02815d4405121ff9e722693be95b54 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Sun, 21 Jul 2024 23:52:37 +0530 Subject: [PATCH] feat: set z-index greater than Highlighter z-index --- src/components/atoms/GenericModal.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/atoms/GenericModal.tsx b/src/components/atoms/GenericModal.tsx index 30ba7a68..63aa6900 100644 --- a/src/components/atoms/GenericModal.tsx +++ b/src/components/atoms/GenericModal.tsx @@ -41,4 +41,5 @@ const defaultModalStyle = { display: 'block', overflow: 'scroll', padding: '5px 25px 10px 25px', + zIndex: 3147483647, };