Skip to content

Commit

Permalink
chore: correct scrollview thumb style
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-jan committed Dec 2, 2024
1 parent f554001 commit 7f66b6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions joi/src/core/ScrollArea/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,5 @@
}
::-webkit-scrollbar-thumb {
background: hsla(var(--scrollbar-thumb));
border-radius: 20px;
}
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="flex h-full w-full flex-col overflow-x-hidden">
<div className="scroll-area flex h-full w-full flex-col overflow-x-hidden">
<div
ref={parentRef}
className="List"
Expand Down

0 comments on commit 7f66b6b

Please sign in to comment.