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:
Freddy Boulton 2024-05-13 15:06:32 -04:00 committed by GitHub
parent a9e1a8ac56
commit 719d5962bb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,6 @@
---
"@gradio/statustracker": patch
"gradio": patch
---
fix:Fix bug where status tracker was the target of pointer events

View File

@ -330,6 +330,7 @@
border: 2px solid var(--color-accent);
background: transparent;
z-index: var(--layer-1);
pointer-events: none;
}
.translucent {