Skip to content

Commit

Permalink
fix: prevent budget bar arrow and product label ribbons to be shown i…
Browse files Browse the repository at this point in the history
…n the subcategories layer (#1329)
  • Loading branch information
andreassteinmann authored Nov 22, 2022
1 parent 7f63863 commit 7f4d34c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

.overflow-indicator {
position: absolute;
z-index: 2;
z-index: 1;
height: 30px;
margin-top: -7px;

Expand Down
2 changes: 1 addition & 1 deletion src/styles/pages/category/product-list.scss
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@
position: absolute;
top: 90px;
left: -6px;
z-index: 10;
z-index: 1;
width: auto;
height: auto;
padding: 0 20px;
Expand Down

0 comments on commit 7f4d34c

Please sign in to comment.