Hotfix z-ordering for JobImage
This commit is contained in:
parent
c7e0836202
commit
bb4a608660
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue