Skip to content

Commit

Permalink
Chatbot generating scroll and click fix (#8748)
Browse files Browse the repository at this point in the history
  • Loading branch information
freddyaboulton authored Jul 11, 2024
1 parent e834d30 commit a9307c6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .changeset/sour-walls-kiss.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@gradio/statustracker": patch
"gradio": patch
---

fix:Chatbot generating scroll and click fix
4 changes: 4 additions & 0 deletions js/statustracker/static/index.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -443,6 +443,10 @@
font-family: var(--font);
}
.minimal {
pointer-events: none;
}
.minimal .progress-text {
background: var(--block-background-fill);
}
Expand Down

0 comments on commit a9307c6

Please sign in to comment.