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}
|
connectorStyleConfig={customConnectorStyle}
|
||||||
style={{
|
style={{
|
||||||
fontSize: '14px',
|
fontSize: '14px',
|
||||||
zIndex: 999,
|
zIndex: 1,
|
||||||
width: '100%',
|
width: '100%',
|
||||||
padding: 0,
|
padding: 0,
|
||||||
marginBottom: '3rem',
|
marginBottom: '3rem',
|
||||||
|
|
|
@ -14,7 +14,7 @@ const ValidatorBoxWrapper = ({ children }: ValidatorBoxWrapperProps) => {
|
||||||
border: 'none',
|
border: 'none',
|
||||||
flexDirection: 'row',
|
flexDirection: 'row',
|
||||||
backgroundColor: '#fff',
|
backgroundColor: '#fff',
|
||||||
zIndex: 999,
|
zIndex: 1,
|
||||||
width: '100%',
|
width: '100%',
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
|
|
Loading…
Reference in New Issue