Correct the z-index value of the backend notification component

This commit is contained in:
Alex Tselegidis 2023-03-17 07:48:25 +01:00
parent dae737ad17
commit 9689098d5a
1 changed files with 4 additions and 0 deletions

View File

@ -282,6 +282,10 @@ body legend {
display: flex;
}
.backend-notification {
z-index: 9999;
}
@media (min-width: 768px) {
.backend-page .nav-pills li {
width: auto;