Set min height for group chat
This commit is contained in:
parent
90a75985dd
commit
ed9a2c0d35
|
@ -105,7 +105,7 @@ export function GroupChat(props: {
|
|||
<Col className={'mt-2 flex-1'}>
|
||||
<Col
|
||||
className={
|
||||
'max-h-[65vh] w-full space-y-2 overflow-x-hidden overflow-y-scroll'
|
||||
'max-h-[65vh] min-h-[65vh] w-full space-y-2 overflow-x-hidden overflow-y-scroll'
|
||||
}
|
||||
ref={setScrollToBottomRef}
|
||||
>
|
||||
|
|
Loading…
Reference in New Issue
Block a user