refactor: fix popup component zIndex (#5397)

This commit is contained in:
Netfan
2025-01-15 12:32:03 +08:00
committed by GitHub
parent 27a3888e35
commit 13087a10b7
21 changed files with 62 additions and 76 deletions

View File

@@ -81,3 +81,7 @@
transform: translateY(0);
}
}
.z-popup {
z-index: var(--popup-z-index);
}