(fix): weird keyboard behaviour in android app
Some checks failed
/ deploy (push) Has been cancelled

(qol): update todos
This commit is contained in:
Alois 2026-05-09 22:42:06 +02:00
commit c7ea9495bd
9 changed files with 157 additions and 24 deletions

View file

@ -93,7 +93,7 @@ export default function InputComponent({
className={cn(
"rounded-none border-b-0 pt-0 pb-[env(safe-area-inset-bottom)] mx-2",
isMobile
? "border-0 border-t fixed w-full bottom-0 left-0 px-2"
? "border-0 border-t w-full mx-0 px-2"
: "rounded-t-xl",
)}
>