Hotfix z-ordering for JobImage

This commit is contained in:
Justin Edmund 2023-02-05 01:39:13 -08:00
parent c7e0836202
commit bb4a608660

View file

@ -46,7 +46,7 @@
left: 50%;
transform: translateX(-50%);
width: 100%;
z-index: 4;
z-index: 2;
}
.JobAccessory.Button {
@ -75,6 +75,6 @@
.Overlay {
background: none;
position: absolute;
z-index: 2;
z-index: 1;
}
}