Fix wishlists dropdown z-index

This commit is contained in:
grandeljay 2022-11-29 15:00:07 +01:00
parent 488c8efc8d
commit 1ecdbcee80

View file

@ -581,3 +581,11 @@ button.item {
background-color: transparent;
}
/**
* Wishlists
*/
.ui.selection.dropdown.wishlists.active,
.ui.selection.dropdown.wishlists.visible {
z-index: calc(var(--dimmerZIndex) + 2);
}