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
2 people authored and dawoodkhan82 committed May 29, 2024
1 parent 938f9f1 commit f1035d2
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 f1035d2

Please sign in to comment.