From 018aaefa81a4c94c202af87c47917182443903b7 Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Sat, 7 Jan 2023 23:28:06 -0800 Subject: [PATCH] Fix SummonUnit showing + over 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;