Explorar el Código

fix: web error (#21340)

tags/1.5.0
GuanMu hace 4 meses
padre
commit
e56d7547f7
No account linked to committer's email address
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      web/app/components/base/chat/chat/index.tsx

+ 1
- 1
web/app/components/base/chat/chat/index.tsx Ver fichero

@@ -274,7 +274,7 @@ const Chat: FC<ChatProps> = ({
</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}
>
<div

Cargando…
Cancelar
Guardar