diff --git a/components/JobImage/index.scss b/components/JobImage/index.scss index fb877b47..1c176e09 100644 --- a/components/JobImage/index.scss +++ b/components/JobImage/index.scss @@ -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; } }