chore: Remove overflow hidden from FormField component

This commit is contained in:
Mauro Balades
2024-08-02 23:36:58 +02:00
parent a13003ad8b
commit 62b0736a06

View File

@@ -64,7 +64,6 @@ const field_exit = keyframes`
`;
const FormField = styled.div<{ enter: boolean, out: boolean }>`
overflow: hidden;
max-height: 0;
flex-direction: column;
margin-top: 3rem;