diff --git a/config.xml b/config.xml index b1419b5..f61ee85 100644 --- a/config.xml +++ b/config.xml @@ -12,6 +12,7 @@ + diff --git a/www/assets/css/app.css b/www/assets/css/app.css index 00a0ee9..37c6c62 100644 --- a/www/assets/css/app.css +++ b/www/assets/css/app.css @@ -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 {