Skip to content

Commit

Permalink
feat: allow scrolling interface during generation
Browse files Browse the repository at this point in the history
 see #1174
  • Loading branch information
Keldos-Li committed Nov 13, 2024
1 parent d1ca9f3 commit fb97fd6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions web_assets/stylesheet/ChuanhuChat.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit fb97fd6

Please sign in to comment.