Skip to content

Commit 51b3d5f

Browse files
ENGCOM-6249: Fix issue #25517: Product item rating stars overlaps a hovered item on category page is… #25524
2 parents 439d2ab + 51aad94 commit 51b3d5f

File tree

1 file changed

+1
-1
lines changed
  • app/design/frontend/Magento/luma/Magento_Catalog/web/css/source/module

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@
292292
margin: -10px;
293293
padding: 9px;
294294
position: relative;
295-
z-index: 2;
295+
z-index: 9;
296296

297297
.product-item-inner {
298298
display: block;

0 commit comments

Comments
 (0)