Fix notification z-index.

This commit is contained in:
Orne Brocaar 2022-12-05 11:29:44 +00:00
parent b130953e31
commit cb3ab9466e

View File

@ -1,3 +1,7 @@
.ant-notification {
z-index: 3000;
}
.layout {
margin-left: 300px;
}