Skip to content

Commit fb97fd6

Browse files
committed
feat: allow scrolling interface during generation
see #1174
1 parent d1ca9f3 commit fb97fd6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

web_assets/stylesheet/ChuanhuChat.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1175,6 +1175,10 @@ input:checked + .chatbot-input-more-span {
11751175
padding-right: max(20px, env(safe-area-inset-right));
11761176
}
11771177

1178+
#chuanhu-chatbot > div.wrap {
1179+
z-index: -50;
1180+
}
1181+
11781182
div.gradio-group > div.styler {
11791183
background: unset !important;
11801184
border-radius: unset !important;

0 commit comments

Comments
 (0)