fix: reduce z index to show modal

This commit is contained in:
RadoslavDimchev 2023-09-29 09:57:55 +03:00
parent ae82f70438
commit 6510ede5ba
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ const FormStepper = ({ activeStep, changeActiveStep }: FormStepperProps) => {
connectorStyleConfig={customConnectorStyle}
style={{
fontSize: '14px',
zIndex: 999,
zIndex: 1,
width: '100%',
padding: 0,
marginBottom: '3rem',

View File

@ -14,7 +14,7 @@ const ValidatorBoxWrapper = ({ children }: ValidatorBoxWrapperProps) => {
border: 'none',
flexDirection: 'row',
backgroundColor: '#fff',
zIndex: 999,
zIndex: 1,
width: '100%',
}}
>