Merge pull request #4185 from janhq/chore/correct-scrollview-thumb-style

chore: correct scrollview thumb style
This commit is contained in:
Louis 2024-12-02 18:21:00 +07:00 committed by GitHub
commit 852d65e02a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -66,4 +66,5 @@
} }
::-webkit-scrollbar-thumb { ::-webkit-scrollbar-thumb {
background: hsla(var(--scrollbar-thumb)); background: hsla(var(--scrollbar-thumb));
border-radius: 20px;
} }

View File

@ -88,7 +88,7 @@ const ChatBody = memo(
} }
return ( 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 <div
ref={parentRef} ref={parentRef}
className="List" className="List"