mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-03-18 18:08:49 +08:00
refactor: fix popup component zIndex (#5397)
This commit is contained in:
@@ -81,3 +81,7 @@
|
||||
transform: translateY(0);
|
||||
}
|
||||
}
|
||||
|
||||
.z-popup {
|
||||
z-index: var(--popup-z-index);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user