From 77834aa3c08b93ee77e24a082651dc93c3eb7de4 Mon Sep 17 00:00:00 2001 From: Mo Tarbin Date: Sun, 16 Aug 2026 00:32:14 -0400 Subject: [PATCH] fix: add z-index to AppModal handle as ReportIssue modal X was not pressable --- src/components/common/AppModal.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/common/AppModal.jsx b/src/components/common/AppModal.jsx index 72c84a7..84b1677 100644 --- a/src/components/common/AppModal.jsx +++ b/src/components/common/AppModal.jsx @@ -183,6 +183,7 @@ const AppModal = forwardRef( onClick={handleClose} sx={{ position: 'absolute', + zIndex: 1, top: isSheet && showHandle ? 6 : 12, right: { xs: 10, sm: 16 }, borderRadius: '50%',