Merge branch 'dev'
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
import { Modal, ModalDialog, ModalOverflow } from '@mui/joy'
|
import { Modal, ModalDialog, ModalOverflow } from '@mui/joy'
|
||||||
import Z_INDEX from '../../constants/zIndex'
|
import { Z_INDEX } from '../../constants/zIndex'
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* FadeModal component with consistent fade-in/out animations
|
* FadeModal component with consistent fade-in/out animations
|
||||||
@@ -19,10 +19,8 @@ const FadeModal = ({
|
|||||||
open={open}
|
open={open}
|
||||||
onClose={onClose}
|
onClose={onClose}
|
||||||
sx={{
|
sx={{
|
||||||
zIndex: Z_INDEX.MODAL_BACKDROP,
|
|
||||||
'& .MuiModal-backdrop': {
|
'& .MuiModal-backdrop': {
|
||||||
backdropFilter: backdropBlur ? 'blur(3px)' : 'none',
|
backdropFilter: backdropBlur ? 'blur(3px)' : 'none',
|
||||||
zIndex: Z_INDEX.MODAL_BACKDROP,
|
|
||||||
},
|
},
|
||||||
}}
|
}}
|
||||||
keepMounted
|
keepMounted
|
||||||
|
|||||||
Reference in New Issue
Block a user