forked from mirrors/easyappointments
Correct the z-index value of the backend notification component
This commit is contained in:
parent
dae737ad17
commit
9689098d5a
1 changed files with 4 additions and 0 deletions
|
@ -282,6 +282,10 @@ body legend {
|
|||
display: flex;
|
||||
}
|
||||
|
||||
.backend-notification {
|
||||
z-index: 9999;
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
.backend-page .nav-pills li {
|
||||
width: auto;
|
||||
|
|
Loading…
Reference in a new issue