mirror of
https://github.com/imdap/ruoyi-plus-vben5.git
synced 2026-04-26 10:39:37 +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