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.