mirror of
https://github.com/gradio-app/gradio.git
synced 2025-04-06 12:30:29 +08:00
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:
parent
97ac79bf56
commit
89d6a176b3
6
.changeset/some-boxes-like.md
Normal file
6
.changeset/some-boxes-like.md
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
"@gradio/statustracker": patch
|
||||
"gradio": patch
|
||||
---
|
||||
|
||||
fix:Change z-index of status tracker
|
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user