refactor: fix popup component zIndex (#5397)
This commit is contained in:
@@ -56,5 +56,5 @@
|
||||
}
|
||||
|
||||
.ant-message {
|
||||
z-index: 1050;
|
||||
z-index: var(--popup-z-index);
|
||||
}
|
||||
|
Reference in New Issue
Block a user