Bug fix: Plus icon is a higher z-index than summon image

This commit is contained in:
Justin Edmund 2023-01-05 20:48:37 -08:00
parent 7ab9a70189
commit 55c99cda58

View file

@ -91,7 +91,7 @@
img {
position: relative;
width: 100%;
z-index: 0;
z-index: 2;
&.Placeholder {
opacity: 0;