fix: add z-index to AppModal handle as ReportIssue modal X was not pressable
This commit is contained in:
@@ -183,6 +183,7 @@ const AppModal = forwardRef(
|
|||||||
onClick={handleClose}
|
onClick={handleClose}
|
||||||
sx={{
|
sx={{
|
||||||
position: 'absolute',
|
position: 'absolute',
|
||||||
|
zIndex: 1,
|
||||||
top: isSheet && showHandle ? 6 : 12,
|
top: isSheet && showHandle ? 6 : 12,
|
||||||
right: { xs: 10, sm: 16 },
|
right: { xs: 10, sm: 16 },
|
||||||
borderRadius: '50%',
|
borderRadius: '50%',
|
||||||
|
|||||||
Reference in New Issue
Block a user