(fix): scroll state when resizing not being remebered

(fix): missing input box gaps
This commit is contained in:
Alois 2026-05-01 12:38:23 +02:00
commit c99b5940b8
2 changed files with 17 additions and 2 deletions

View file

@ -87,7 +87,7 @@ export default function InputComponent({
<Card
ref={inputBoxRef}
className={cn(
"rounded-none border-b-0 pt-0 pb-[env(safe-area-inset-bottom)]",
"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"
: "rounded-t-xl",