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 (
|
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'>
|
<div className='flex-grow flex flex-col justify-end'>
|
||||||
<Virtuoso
|
<Virtuoso
|
||||||
ref={node}
|
ref={node}
|
||||||
|
|
Loading…
Reference in New Issue