From 65c348b75937b2ea36f60532f67216444842430c Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Mon, 8 Feb 2021 23:47:35 -0700 Subject: [PATCH] Fix iOS bugs --- config.xml | 1 + www/assets/css/app.css | 2 ++ 2 files changed, 3 insertions(+) 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 {