From fb97fd65aee852248cfcf0d88f44e81304f58109 Mon Sep 17 00:00:00 2001 From: Keldos Date: Thu, 14 Nov 2024 00:17:40 +0800 Subject: [PATCH] feat: allow scrolling interface during generation see #1174 --- web_assets/stylesheet/ChuanhuChat.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/web_assets/stylesheet/ChuanhuChat.css b/web_assets/stylesheet/ChuanhuChat.css index 8050cc18..c06599d8 100644 --- a/web_assets/stylesheet/ChuanhuChat.css +++ b/web_assets/stylesheet/ChuanhuChat.css @@ -1175,6 +1175,10 @@ input:checked + .chatbot-input-more-span { padding-right: max(20px, env(safe-area-inset-right)); } +#chuanhu-chatbot > div.wrap { + z-index: -50; +} + div.gradio-group > div.styler { background: unset !important; border-radius: unset !important;