The repo for Purrform's main BigCommerce store.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: improve modal height handling for small iPhones (#36)

authored by

Rogerio Romao and committed by
GitHub
42d961b9 b0bf5856

+5 -3
+1 -1
config.json
··· 1 1 { 2 - "name": "fix multiple pages add to cart issue", 2 + "name": "fix unreachable coupons on small iphones", 3 3 "version": "6.10.0", 4 4 "template_engine": "handlebars_v4", 5 5 "meta": {
+4 -2
templates/pages/checkout.html
··· 1528 1528 height: 100vh; 1529 1529 } 1530 1530 .modal.modal--afterOpen.optimizedCheckout-cart-modal .modal-body { 1531 - overflow-y: hidden !important; 1532 - height: 110vh !important; 1531 + height: auto !important; 1532 + max-height: 100vh; 1533 + overflow-y: auto !important; 1534 + -webkit-overflow-scrolling: touch; 1533 1535 } 1534 1536 .storeCreditOverlay { 1535 1537 z-index: 9 !important;