Skip to content

Commit 1b39eb3

Browse files
authored
ENGCOM-3817: issue fixed #20124 Sort By label is hidden by Shop By Menu on listing… #20135
2 parents d493dfc + 690aa3f commit 1b39eb3

File tree

2 files changed

+3
-3
lines changed
  • app/design/frontend/Magento/luma

2 files changed

+3
-3
lines changed

app/design/frontend/Magento/luma/Magento_Catalog/web/css/source/module/_toolbar.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484

8585
.page-products & {
8686
position: absolute;
87-
right: @indent__s;
87+
right: 0;
8888
top: 0;
8989
z-index: 1;
9090
}

app/design/frontend/Magento/luma/Magento_LayeredNavigation/web/css/source/_module.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -364,10 +364,10 @@
364364
content: '';
365365
display: block;
366366
height: 40px;
367-
left: -15px;
367+
left: 0;
368368
margin-top: -60px;
369369
position: relative;
370-
width: 100px;
370+
width: 75px;
371371
z-index: 99;
372372
}
373373
}

0 commit comments

Comments
 (0)