fix(styles): increase z-index for message and notification components
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user