feat: integrate Radix UI scroll area component and update message list view

This commit is contained in:
Wang Chenxi
2025-04-17 20:36:11 +08:00
parent 211c4af256
commit b06a4a625b
5 changed files with 3621 additions and 2964 deletions

View File

@@ -68,7 +68,7 @@ export function MessageListView({
return (
<ScrollContainer
className={cn(
"flex h-full w-full flex-col overflow-y-auto pt-4",
"flex h-full w-full flex-col overflow-hidden pt-4",
className,
)}
scrollShadowColor="#f7f5f3"