Fix wishlists dropdown z-index
This commit is contained in:
parent
488c8efc8d
commit
1ecdbcee80
1 changed files with 8 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue