Fix wish options not selectable
This commit is contained in:
parent
da90455d2c
commit
cc30745fa2
1 changed files with 5 additions and 2 deletions
|
@ -86,8 +86,11 @@ img {
|
||||||
|
|
||||||
.ui.card > .image > img.favicon + span.provider {
|
.ui.card > .image > img.favicon + span.provider {
|
||||||
padding-left: 3em;
|
padding-left: 3em;
|
||||||
|
}
|
||||||
z-index: 2;
|
@media (hover: hover) {
|
||||||
|
.ui.card > .image > img.favicon + span.provider {
|
||||||
|
z-index: 2;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Provider name */
|
/** Provider name */
|
||||||
|
|
Loading…
Reference in a new issue