From e4e8f80a1c3e5d320aabdf352c7316866b7f6dd5 Mon Sep 17 00:00:00 2001 From: Alexandr Melnychuk Date: Tue, 1 Mar 2022 22:33:51 +0200 Subject: [PATCH 1/2] Github issue 29859: Fixes styles for minicart height. --- .../Magento_Checkout/web/css/source/module/_minicart.less | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/app/design/frontend/Magento/luma/Magento_Checkout/web/css/source/module/_minicart.less b/app/design/frontend/Magento/luma/Magento_Checkout/web/css/source/module/_minicart.less index f8311a4fd0afd..a865942c9b938 100644 --- a/app/design/frontend/Magento/luma/Magento_Checkout/web/css/source/module/_minicart.less +++ b/app/design/frontend/Magento/luma/Magento_Checkout/web/css/source/module/_minicart.less @@ -220,6 +220,12 @@ .minicart-widgets { margin-top: 15px; } + + &.active { + .minicart-items-wrapper { + overflow-y: auto; + } + } } .minicart-items-wrapper { @@ -228,6 +234,7 @@ border-left: 0; border-right: 0; overflow-x: auto; + overflow-y: hidden; padding: 15px; } From bef7e977ffdabaed64020449cf877f937d0b0950 Mon Sep 17 00:00:00 2001 From: engcom-Dash Date: Thu, 24 Oct 2024 18:37:45 +0530 Subject: [PATCH 2/2] 35155: Fix static failures --- .../Magento_Checkout/web/css/source/module/_minicart.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/design/frontend/Magento/luma/Magento_Checkout/web/css/source/module/_minicart.less b/app/design/frontend/Magento/luma/Magento_Checkout/web/css/source/module/_minicart.less index a865942c9b938..c641220532e56 100644 --- a/app/design/frontend/Magento/luma/Magento_Checkout/web/css/source/module/_minicart.less +++ b/app/design/frontend/Magento/luma/Magento_Checkout/web/css/source/module/_minicart.less @@ -1,6 +1,6 @@ // /** -// * Copyright © Magento, Inc. All rights reserved. -// * See COPYING.txt for license details. +// * Copyright 2014 Adobe +// * All Rights Reserved. // */ //