mirror of
https://github.com/gradio-app/gradio.git
synced 2025-03-13 11:57:29 +08:00
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:
parent
1128f81478
commit
1c99570f3c
6
.changeset/slimy-grapes-remain.md
Normal file
6
.changeset/slimy-grapes-remain.md
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
"@gradio/app": minor
|
||||
"gradio": minor
|
||||
---
|
||||
|
||||
feat:Adjust `View Api` container `z-index`
|
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user