Merge pull request #232 from jedmund/staging
Hotfix z-ordering for JobImage
This commit is contained in:
commit
07fe71be54
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue