mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-07-09 17:19:02 +00:00
fix(web-shell): make dialog backdrop z-index configurable (#6572)
This commit is contained in:
parent
befa937375
commit
8c896f6b09
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@
|
|||
.backdrop {
|
||||
position: fixed;
|
||||
inset: 0;
|
||||
z-index: 1000;
|
||||
z-index: var(--web-shell-dialog-backdrop-z-index, 1000);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue