Remove overflow property from around Virtuoso

This commit is contained in:
Chewbacca 2022-11-11 07:58:42 -05:00
parent 3a7f27b5bf
commit b364af645f
1 changed files with 1 additions and 1 deletions

View File

@ -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}