Bug fix: Plus icon is a higher z-index than summon image
This commit is contained in:
parent
7ab9a70189
commit
55c99cda58
1 changed files with 1 additions and 1 deletions
|
|
@ -91,7 +91,7 @@
|
||||||
img {
|
img {
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
z-index: 0;
|
z-index: 2;
|
||||||
|
|
||||||
&.Placeholder {
|
&.Placeholder {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue