chore: correct scrollview thumb style
This commit is contained in:
parent
f554001ccb
commit
7f66b6bc9d
@ -66,4 +66,5 @@
|
|||||||
}
|
}
|
||||||
::-webkit-scrollbar-thumb {
|
::-webkit-scrollbar-thumb {
|
||||||
background: hsla(var(--scrollbar-thumb));
|
background: hsla(var(--scrollbar-thumb));
|
||||||
|
border-radius: 20px;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -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"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user