fix(styles): increase z-index for message and notification components
Deployment Config CI / Deployment Config (push) Successful in 13s
Frontend CI / Frontend (push) Successful in 3m38s

This commit is contained in:
2026-05-14 13:16:47 +08:00
parent 09e3db5b34
commit 01dbb9c8d3
2 changed files with 33 additions and 1 deletions
+5
View File
@@ -287,6 +287,11 @@ body {
z-index: 3001 !important;
}
.ant-message,
.ant-notification {
z-index: 3300 !important;
}
.ant-modal-content {
border-radius: 16px !important;
box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08) !important;