mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-10 10:02:33 +03:00
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;
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.backend-notification {
|
||||||
|
z-index: 9999;
|
||||||
|
}
|
||||||
|
|
||||||
@media (min-width: 768px) {
|
@media (min-width: 768px) {
|
||||||
.backend-page .nav-pills li {
|
.backend-page .nav-pills li {
|
||||||
width: auto;
|
width: auto;
|
||||||
|
|
Loading…
Reference in a new issue