Fix login page unscrollable on web

This commit is contained in:
Zoe Roux 2024-04-01 21:39:27 +02:00
parent 1f16271354
commit 83110374f8
No known key found for this signature in database

View File

@ -62,6 +62,7 @@ export const FormPage = ({
{...css({
flexDirection: "row",
flexGrow: 1,
flexShrink: 1,
backgroundColor: (theme) => theme.dark.background,
})}
>