diff --git a/.changeset/some-boxes-like.md b/.changeset/some-boxes-like.md new file mode 100644 index 0000000000000..e5f6f20de46d6 --- /dev/null +++ b/.changeset/some-boxes-like.md @@ -0,0 +1,6 @@ +--- +"@gradio/statustracker": patch +"gradio": patch +--- + +fix:Change z-index of status tracker diff --git a/js/statustracker/static/index.svelte b/js/statustracker/static/index.svelte index 113e9a9f0d6eb..5e5daf7ade4b9 100644 --- a/js/statustracker/static/index.svelte +++ b/js/statustracker/static/index.svelte @@ -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);