chore: Remove overflow hidden from FormField component
This commit is contained in:
@@ -64,7 +64,6 @@ const field_exit = keyframes`
|
|||||||
`;
|
`;
|
||||||
|
|
||||||
const FormField = styled.div<{ enter: boolean, out: boolean }>`
|
const FormField = styled.div<{ enter: boolean, out: boolean }>`
|
||||||
overflow: hidden;
|
|
||||||
max-height: 0;
|
max-height: 0;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
margin-top: 3rem;
|
margin-top: 3rem;
|
||||||
|
|||||||
Reference in New Issue
Block a user