mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-03-21 18:04:39 -05:00
Fix mobile chat input below keyboard
This commit is contained in:
parent
f6c86eb4ca
commit
76a38950de
|
|
@ -582,8 +582,7 @@ function ChatPanel({
|
|||
>
|
||||
<Modal
|
||||
className={clsx(
|
||||
styles.panel,
|
||||
"scrollbar",
|
||||
styles.menuOverlay,
|
||||
skipAnimation && styles.noAnimation,
|
||||
)}
|
||||
>
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
display: flex;
|
||||
flex-direction: column;
|
||||
height: 100%;
|
||||
max-height: var(--visual-viewport-height);
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user