Fix login page scroll on mobile

This commit is contained in:
Zoe Roux
2026-04-28 23:38:43 +02:00
parent a372072d53
commit 0fea41cdd3
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ export const Input = ({
// @ts-expect-error not yet in typescript i think
includeFontPadding={false}
className={cn(
"min-h-6 flex-1 font-sans text-base text-slate-600 outline-0 dark:text-slate-400",
"min-h-6 min-w-0 flex-1 font-sans text-base text-slate-600 outline-0 dark:text-slate-400",
className,
)}
{...props}
+1 -1
View File
@@ -38,7 +38,7 @@ export const FormPage = ({
return (
<ImageBackground
source={{ uri: `${apiUrl ?? defaultApiUrl}/api/shows/random/thumbnail` }}
className="flex-1 flex-row bg-dark"
className="h-lvw w-lvw flex-1 flex-row overflow-x-hidden bg-dark"
>
<SvgBlob className="absolute top-0 left-0" />
<ScrollView className="pr-6">