From 55c99cda5821eb42d1b7793a567517a2efcb881b Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Thu, 5 Jan 2023 20:48:37 -0800 Subject: [PATCH] Bug fix: Plus icon is a higher z-index than summon image --- components/SummonUnit/index.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/SummonUnit/index.scss b/components/SummonUnit/index.scss index 28bbf4cc..398d3ae3 100644 --- a/components/SummonUnit/index.scss +++ b/components/SummonUnit/index.scss @@ -91,7 +91,7 @@ img { position: relative; width: 100%; - z-index: 0; + z-index: 2; &.Placeholder { opacity: 0;