Fix wish options not selectable

This commit is contained in:
Jay Trees 2022-03-14 16:54:14 +01:00
parent da90455d2c
commit cc30745fa2

View file

@ -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 */