Fix login overflow

This commit is contained in:
Zoe Roux
2026-05-25 19:05:48 +02:00
parent 4ea45d399e
commit 68042c978b
+4 -2
View File
@@ -38,9 +38,11 @@ export const FormPage = ({
return (
<ImageBackground
source={{ uri: `${apiUrl ?? defaultApiUrl}/api/shows/random/thumbnail` }}
className="h-lvw w-lvw flex-1 flex-row overflow-x-hidden bg-popover"
className="flex-1 flex-row overflow-x-hidden bg-popover"
>
<SvgBlob className="absolute top-0 left-0" />
<View className="absolute inset-0 overflow-hidden">
<SvgBlob />
</View>
<ScrollView className="pr-6">
<View
className={cn(