From f7a90d7d3a710d436838d65443f20637a75e23ed Mon Sep 17 00:00:00 2001 From: "Bartkowiak, Piotr (External)" Date: Fri, 18 Oct 2024 14:05:29 +0200 Subject: [PATCH] formatting --- .../product/image-zoom/styles/_product-image-zoom-view.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/feature-libs/product/image-zoom/styles/_product-image-zoom-view.scss b/feature-libs/product/image-zoom/styles/_product-image-zoom-view.scss index 8b025f24927..e7f64e11ec1 100644 --- a/feature-libs/product/image-zoom/styles/_product-image-zoom-view.scss +++ b/feature-libs/product/image-zoom/styles/_product-image-zoom-view.scss @@ -43,6 +43,7 @@ cx-product-image-zoom-view { display: flex; justify-content: center; max-height: calc(90vh - 200px); + @include media-breakpoint-up(lg) { height: calc(90vh - 200px); // TODO: (CXSPA-7492) - Remove feature flag next major release.