Adjust View Api container z-index (#8084)

* update z-index to layer-top

* add changeset

---------

Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
This commit is contained in:
Hannah 2024-04-20 04:09:06 +02:00 committed by GitHub
parent 1128f81478
commit 1c99570f3c
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/app": minor
"gradio": minor
---
feat:Adjust `View Api` container `z-index`

View File

@ -679,7 +679,7 @@
position: fixed;
top: 0;
right: 0;
z-index: var(--layer-5);
z-index: var(--layer-top);
background: rgba(0, 0, 0, 0.5);
width: var(--size-screen);
height: var(--size-screen-h);