fix: css scrollbar overlay other components

This commit is contained in:
Louis 2024-12-03 09:35:35 +07:00
parent 0401ae7805
commit e0216233e0
No known key found for this signature in database
GPG Key ID: 44FA9F4D33C37DE2

View File

@ -88,7 +88,7 @@ const ChatBody = memo(
}
return (
<div className="scroll-area flex h-full w-full flex-col overflow-x-hidden">
<div className="flex h-full w-full flex-col overflow-x-hidden">
<div
ref={parentRef}
className="List"