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