Merge pull request #232 from jedmund/staging

Hotfix z-ordering for JobImage
This commit is contained in:
Justin Edmund 2023-02-05 01:41:03 -08:00 committed by GitHub
commit 07fe71be54
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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