mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-05-13 10:52:28 -04:00
Fix login page scroll on mobile
This commit is contained in:
@@ -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}
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user