mirror of
https://github.com/langgenius/dify.git
synced 2025-10-11 17:08:41 +00:00
fix: web error (#21340)
This commit is contained in:
parent
ea68c92bbb
commit
e56d7547f7
@ -274,7 +274,7 @@ const Chat: FC<ChatProps> = ({
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
className={`absolute bottom-0 flex justify-center bg-chat-input-mask ${(hasTryToAsk || !noChatInput || !noStopResponding) && chatFooterClassName}`}
|
className={`absolute bottom-0 z-10 flex justify-center bg-chat-input-mask ${(hasTryToAsk || !noChatInput || !noStopResponding) && chatFooterClassName}`}
|
||||||
ref={chatFooterRef}
|
ref={chatFooterRef}
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
|
Loading…
x
Reference in New Issue
Block a user