fix(web-shell): make dialog backdrop z-index configurable (#6572)

This commit is contained in:
Changxiao Ruan 2026-07-09 14:05:30 +08:00 committed by GitHub
parent befa937375
commit 8c896f6b09
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;