chore: correct scrollview thumb style

This commit is contained in:
Louis 2024-12-02 18:17:56 +07:00
parent f554001ccb
commit 7f66b6bc9d
No known key found for this signature in database
GPG Key ID: 44FA9F4D33C37DE2
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"