From f3c6370fc56e092efd132bdbe067c07abcdf3e93 Mon Sep 17 00:00:00 2001 From: eduard13 Date: Sun, 10 Feb 2019 12:22:12 +0200 Subject: [PATCH] Fixing the position of the sidebar removing icon on product listing page --- .../Magento_Catalog/web/css/source/module/_listings.less | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/app/design/frontend/Magento/luma/Magento_Catalog/web/css/source/module/_listings.less b/app/design/frontend/Magento/luma/Magento_Catalog/web/css/source/module/_listings.less index d477c08fc9553..a23adbc00c05b 100644 --- a/app/design/frontend/Magento/luma/Magento_Catalog/web/css/source/module/_listings.less +++ b/app/design/frontend/Magento/luma/Magento_Catalog/web/css/source/module/_listings.less @@ -365,9 +365,11 @@ } } - .product-item-actions { - position: relative; - z-index: 1; + .products { + .product-item-actions { + position: relative; + z-index: 1; + } } }