mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-08-15 13:14:28 +08:00
fix(agent): keep agent chat sidebar scroll container shrinkable (#18252)
This commit is contained in:
@@ -97,7 +97,10 @@ function AgentChatBox() {
|
||||
return (
|
||||
<>
|
||||
<section className="flex flex-1 flex-col px-5 min-h-0 pb-4">
|
||||
<div className="flex-1 overflow-auto" ref={messageContainerRef}>
|
||||
<div
|
||||
className="flex-1 overflow-auto min-h-0"
|
||||
ref={messageContainerRef}
|
||||
>
|
||||
<div>
|
||||
{!sendLoading && <div data-testid="agent-run-idle" />}
|
||||
{/* <Spin spinning={sendLoading}> */}
|
||||
|
||||
Reference in New Issue
Block a user