We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de6deab commit ca1e9c4Copy full SHA for ca1e9c4
1 file changed
frontend/src/pages/console/user/task/task-detail.tsx
@@ -606,7 +606,7 @@ export default function TaskDetailPage() {
606
<div className={cn("flex flex-col h-full min-h-0 gap-2")}>
607
{/* 消息列表 */}
608
<div className="flex-1 min-h-0 min-w-0 relative">
609
- <ScrollArea className="h-full" viewportRef={chatScrollRef}>
+ <ScrollArea className="h-full [&>[data-radix-scroll-area-viewport]>div]:!block" viewportRef={chatScrollRef}>
610
<div
611
ref={chatContentRef}
612
className={cn("min-h-full flex flex-col gap-3", hasSidePanel ? "w-full" : "mx-auto max-w-[800px]")}
0 commit comments