This commit is contained in:
parent
d5f366037d
commit
6aafdfda89
|
|
@ -41,10 +41,8 @@ export const StepContainer: FC<StepContainerProps> = ({
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
const { t } = useTranslation()
|
||||
return (
|
||||
const { t } = useTranslation()
|
||||
|
||||
<Card
|
||||
className="max-h-[calc(100vh-60px)] w-[600px] overflow-auto"
|
||||
onKeyDown={handleKeyDown}
|
||||
|
|
|
|||
Loading…
Reference in New Issue