Skip to content

Commit

Permalink
Change z-index of status tracker (#8372)
Browse files Browse the repository at this point in the history
* change z-index of status tracker

* add changeset

---------

Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
  • Loading branch information
hannahblair and gradio-pr-bot authored May 29, 2024
1 parent 97ac79b commit 89d6a17
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .changeset/some-boxes-like.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@gradio/statustracker": patch
"gradio": patch
---

fix:Change z-index of status tracker
2 changes: 1 addition & 1 deletion js/statustracker/static/index.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 89d6a17

Please sign in to comment.