Skip to content

Commit

Permalink
fix: css scrollbar overlay other components
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-jan committed Dec 3, 2024
1 parent 0401ae7 commit e021623
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 e021623

Please sign in to comment.