From ad1a4d8470e80f34d1093e92cce3f4f95863244a Mon Sep 17 00:00:00 2001 From: John Fasano Date: Fri, 2 Feb 2018 15:00:40 -0600 Subject: [PATCH] =?UTF-8?q?STRF-4455:=20Fixing=20easyzoom=20on=20mobile=20?= =?UTF-8?q?viewports=20in=20landscape=20from=20preventing=20scro=E2=80=A6?= =?UTF-8?q?=20(#1164)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Fixing easyzoom on mobile viewports in landscape from preventing scrolling. --- CHANGELOG.md | 1 + assets/scss/components/stencil/productView/_productView.scss | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 12fdd45f30..4af4fac934 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ - Fix logo not loading on order confirmation page [#1159](https://github.com/bigcommerce/cornerstone/pull/1159) - Add support in Cornerstone to consume AMP ID [#1155](https://github.com/bigcommerce/cornerstone/pull/1155) - Fix option selection reset bug when a variation is out of stock [#1160](https://github.com/bigcommerce/cornerstone/pull/1160) +- Fix easyzoom preventing page scrolling on mobile [#1164](https://github.com/bigcommerce/cornerstone/pull/1164) ## 1.12.1 (2018-01-23) - Fix event delegation error [#1151](https://github.com/bigcommerce/cornerstone/pull/1151) diff --git a/assets/scss/components/stencil/productView/_productView.scss b/assets/scss/components/stencil/productView/_productView.scss index 26b95dea6a..4753d04edc 100644 --- a/assets/scss/components/stencil/productView/_productView.scss +++ b/assets/scss/components/stencil/productView/_productView.scss @@ -34,7 +34,7 @@ margin-top: spacing("half"); } - @media (min-width: $screen-xxsmall) and (max-width: $screen-xsmall) { + @media (min-width: $screen-xxsmall) and (max-width: $screen-medium) { pointer-events: none; } }