Fix iOS bugs
This commit is contained in:
parent
a60124859a
commit
65c348b759
@ -12,6 +12,7 @@
|
|||||||
<access origin="*" />
|
<access origin="*" />
|
||||||
<allow-navigation href="https://appointments.netsyms.com/*" />
|
<allow-navigation href="https://appointments.netsyms.com/*" />
|
||||||
<allow-navigation href="https://helena.express/*" />
|
<allow-navigation href="https://helena.express/*" />
|
||||||
|
<allow-navigation href="https://*.stripe.com/*" />
|
||||||
<allow-intent href="http://*/*" />
|
<allow-intent href="http://*/*" />
|
||||||
<allow-intent href="https://*/*" />
|
<allow-intent href="https://*/*" />
|
||||||
<allow-intent href="tel:*" />
|
<allow-intent href="tel:*" />
|
||||||
|
@ -137,6 +137,8 @@ Framework7 and FontAwesome both have a .fab class
|
|||||||
height: 200px;
|
height: 200px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
border: 1px solid rgba(0,0,0,0.5);
|
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 {
|
.signature-wrapper img {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user