remove forced sticker z-index so it appears below cards. fixes github issue #3
This commit is contained in:
parent
c6c26a40e0
commit
2870f10968
1 changed files with 1 additions and 1 deletions
|
@ -278,7 +278,7 @@ xopacity: .5;
|
||||||
.sticker {
|
.sticker {
|
||||||
padding-top: 3px;
|
padding-top: 3px;
|
||||||
padding-left: 2px;
|
padding-left: 2px;
|
||||||
z-index:10;
|
xz-index:10;
|
||||||
display: inline;
|
display: inline;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue