Fix label z-index

This commit is contained in:
grandeljay 2022-08-05 13:25:30 +02:00
parent 2f37cf513e
commit ee1bdaea0b

View file

@ -67,6 +67,9 @@ figure {
--padding: 0.91666667em; --padding: 0.91666667em;
--buttonsHeight: calc(0.75em * 2 + 1em + 2 * var(--padding) - 2px); --buttonsHeight: calc(0.75em * 2 + 1em + 2 * var(--padding) - 2px);
} }
.wishlist .ui.card:hover {
z-index: 110;
}
.wishlist .ui.fluid.card.stretch { .wishlist .ui.fluid.card.stretch {
height: 100%; height: 100%;
@ -306,6 +309,9 @@ figure {
/** /**
* Label * Label
*/ */
.ui.label {
z-index: 100;
}
p .ui.horizontal.label { p .ui.horizontal.label {
margin: 0; margin: 0;
cursor: default; cursor: default;