Fix mobile chat input below keyboard

This commit is contained in:
Kalle 2026-03-20 16:58:46 +02:00
parent f6c86eb4ca
commit 76a38950de
2 changed files with 2 additions and 2 deletions

View File

@ -582,8 +582,7 @@ function ChatPanel({
>
<Modal
className={clsx(
styles.panel,
"scrollbar",
styles.menuOverlay,
skipAnimation && styles.noAnimation,
)}
>

View File

@ -2,6 +2,7 @@
display: flex;
flex-direction: column;
height: 100%;
max-height: var(--visual-viewport-height);
overflow: hidden;
}