diff --git a/packages/web/components/templates/LoginLayout.tsx b/packages/web/components/templates/LoginLayout.tsx index 5caac8b52..fd3a3985b 100644 --- a/packages/web/components/templates/LoginLayout.tsx +++ b/packages/web/components/templates/LoginLayout.tsx @@ -59,8 +59,7 @@ function MediumLoginLayout(props: LoginFormProps) { distribution="start" css={{ width: '100vw', - height: '100%', - minHeight: '100vh', + height: '100vh', bg: '$omnivoreYellow', overflowY: 'clip' }} @@ -84,7 +83,7 @@ type OmnivoreIllustrationProps = { function OmnivoreIllustration({ isLargeLayout }: OmnivoreIllustrationProps) { return (