Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
Fix attribute filter dropdown list z-index; (#6294)
Browse files Browse the repository at this point in the history
was conflicting with other components like:
- sale badge
- all products placeholder items
  • Loading branch information
tomasztunik authored Apr 22, 2022
1 parent dba6792 commit ed47edc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/base/components/dropdown-selector/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ $dropdown-selector-line-height: math.div(18, 14);
top: 100%;
max-height: 300px;
overflow-y: auto;
z-index: 1;
z-index: 10;

&:not(:empty) {
border: 1px solid #9f9f9f;
Expand Down

0 comments on commit ed47edc

Please sign in to comment.