(fix): weird keyboard behaviour in android app
Some checks failed
/ deploy (push) Has been cancelled
Some checks failed
/ deploy (push) Has been cancelled
(qol): update todos
This commit is contained in:
parent
8e5ed8217d
commit
c7ea9495bd
9 changed files with 157 additions and 24 deletions
|
|
@ -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",
|
||||
)}
|
||||
>
|
||||
|
|
|
|||
Loading…
Reference in a new issue