Skip to content

Commit

Permalink
Merge pull request #4191 from janhq/fix/scrollbar-issue-css
Browse files Browse the repository at this point in the history
fix: scrollbar issue css
  • Loading branch information
louis-jan authored Dec 3, 2024
2 parents 0401ae7 + e021623 commit 7b5f8dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/screens/Thread/ThreadCenterPanel/ChatBody/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 7b5f8dd

Please sign in to comment.