fix: add z-index to AppModal handle as ReportIssue modal X was not pressable

This commit is contained in:
Mo Tarbin
2026-08-16 00:32:14 -04:00
parent 76fb3500ec
commit 77834aa3c0

View File

@@ -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%',