Skip to content

Commit

Permalink
STRF-4455: Fixing easyzoom on mobile viewports in landscape from prev…
Browse files Browse the repository at this point in the history
…enting scro… (bigcommerce#1164)

* Fixing easyzoom on mobile viewports in landscape from preventing scrolling.
  • Loading branch information
jfasanobc authored and adamdyche committed Feb 6, 2018
1 parent 4c5b2b4 commit ad1a4d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
Expand Down

0 comments on commit ad1a4d8

Please sign in to comment.