Merge pull request #4191 from janhq/fix/scrollbar-issue-css

fix: scrollbar issue css
This commit is contained in:
Louis 2024-12-03 09:42:25 +07:00 committed by GitHub
commit 7b5f8dd9ac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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"