Fix iOS bugs

master
Skylar Ittner 3 years ago
parent a60124859a
commit 65c348b759

@ -12,6 +12,7 @@
<access origin="*" />
<allow-navigation href="https://appointments.netsyms.com/*" />
<allow-navigation href="https://helena.express/*" />
<allow-navigation href="https://*.stripe.com/*" />
<allow-intent href="http://*/*" />
<allow-intent href="https://*/*" />
<allow-intent href="tel:*" />

@ -137,6 +137,8 @@ Framework7 and FontAwesome both have a .fab class
height: 200px;
margin: 0 auto;
border: 1px solid rgba(0,0,0,0.5);
/* fix bug on iOS where image sticks out right side and makes entire page scroll horiz. */
overflow: hidden;
}
.signature-wrapper img {

Loading…
Cancel
Save