From 09b9f12cd83d0731fd2ae65660575b45fe3ce0ea Mon Sep 17 00:00:00 2001 From: "Bartkowiak, Piotr (External)" Date: Fri, 18 Oct 2024 14:02:20 +0200 Subject: [PATCH] removed redundant change --- .../product/image-zoom/styles/_product-image-zoom-view.scss | 3 --- 1 file changed, 3 deletions(-) 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 5f277500411..b4bfcc7bebd 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 @@ -42,9 +42,6 @@ cx-product-image-zoom-view { .cx-default-image-zoom { display: flex; justify-content: center; - &:has(picture) { - max-height: calc(90vh - 200px); - } @include media-breakpoint-up(lg) { height: calc(90vh - 200px); // TODO: (CXSPA-7492) - Remove feature flag next major release.