diff --git a/packages/twenty-front/src/pages/auth/SignInUpV2.tsx b/packages/twenty-front/src/pages/auth/SignInUpV2.tsx index 186c14ae33..1feac10cd8 100644 --- a/packages/twenty-front/src/pages/auth/SignInUpV2.tsx +++ b/packages/twenty-front/src/pages/auth/SignInUpV2.tsx @@ -51,6 +51,7 @@ const StyledBackground = styled.div` display: flex; flex-direction: column; height: 100dvh; + overflow-y: auto; width: 100%; `;