Remove overflow property from around Virtuoso
This commit is contained in:
parent
3a7f27b5bf
commit
b364af645f
|
@ -450,7 +450,7 @@ const ChatMessageList: React.FC<IChatMessageList> = ({ chat }) => {
|
|||
}
|
||||
|
||||
return (
|
||||
<div className='h-full flex flex-col flex-grow overflow-y-scroll space-y-6'>
|
||||
<div className='h-full flex flex-col flex-grow space-y-6'>
|
||||
<div className='flex-grow flex flex-col justify-end'>
|
||||
<Virtuoso
|
||||
ref={node}
|
||||
|
|
Loading…
Reference in New Issue