mirror of
https://github.com/gradio-app/gradio.git
synced 2025-01-24 10:54:04 +08:00
Fix bug where status tracker was the target of pointer events (#8261)
* Fix * add changeset --------- Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
This commit is contained in:
parent
a9e1a8ac56
commit
719d5962bb
6
.changeset/tidy-groups-lose.md
Normal file
6
.changeset/tidy-groups-lose.md
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
"@gradio/statustracker": patch
|
||||
"gradio": patch
|
||||
---
|
||||
|
||||
fix:Fix bug where status tracker was the target of pointer events
|
@ -330,6 +330,7 @@
|
||||
border: 2px solid var(--color-accent);
|
||||
background: transparent;
|
||||
z-index: var(--layer-1);
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.translucent {
|
||||
|
Loading…
Reference in New Issue
Block a user