mirror of
https://gitee.com/wanwujie/deer-flow
synced 2026-04-23 06:04:46 +08:00
feat: adjust scroll shadow
This commit is contained in:
@@ -70,10 +70,7 @@ export function MessageListView({
|
||||
|
||||
return (
|
||||
<ScrollContainer
|
||||
className={cn(
|
||||
"flex h-full w-full flex-col overflow-hidden pt-4",
|
||||
className,
|
||||
)}
|
||||
className={cn("flex h-full w-full flex-col overflow-hidden", className)}
|
||||
scrollShadowColor="var(--app-background)"
|
||||
>
|
||||
<ul className="flex flex-col">
|
||||
|
||||
Reference in New Issue
Block a user