fix: reduce z index to show modal
This commit is contained in:
parent
ae82f70438
commit
6510ede5ba
|
@ -26,7 +26,7 @@ const FormStepper = ({ activeStep, changeActiveStep }: FormStepperProps) => {
|
|||
connectorStyleConfig={customConnectorStyle}
|
||||
style={{
|
||||
fontSize: '14px',
|
||||
zIndex: 999,
|
||||
zIndex: 1,
|
||||
width: '100%',
|
||||
padding: 0,
|
||||
marginBottom: '3rem',
|
||||
|
|
|
@ -14,7 +14,7 @@ const ValidatorBoxWrapper = ({ children }: ValidatorBoxWrapperProps) => {
|
|||
border: 'none',
|
||||
flexDirection: 'row',
|
||||
backgroundColor: '#fff',
|
||||
zIndex: 999,
|
||||
zIndex: 1,
|
||||
width: '100%',
|
||||
}}
|
||||
>
|
||||
|
|
Loading…
Reference in New Issue