Change z-index of status tracker (#8372)

* change z-index of status tracker

* add changeset

---------

Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
This commit is contained in:
Hannah 2024-05-29 18:12:23 +01:00 committed by GitHub
parent 97ac79bf56
commit 89d6a176b3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 1 deletions

View File

@ -0,0 +1,6 @@
---
"@gradio/statustracker": patch
"gradio": patch
---
fix:Change z-index of status tracker

View File

@ -299,7 +299,7 @@
flex-direction: column;
justify-content: center;
align-items: center;
z-index: var(--layer-top);
z-index: var(--layer-2);
transition: opacity 0.1s ease-in-out;
border-radius: var(--block-radius);
background: var(--block-background-fill);