From bb4a6086609ae7488ab2156dd088ff260c7f05c9 Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Sun, 5 Feb 2023 01:39:13 -0800 Subject: [PATCH] Hotfix z-ordering for JobImage --- components/JobImage/index.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; } }