diff --git a/www/assets/css/app.css b/www/assets/css/app.css index 6f6d7f9..8ea5f08 100644 --- a/www/assets/css/app.css +++ b/www/assets/css/app.css @@ -19,6 +19,12 @@ Framework7 and FontAwesome both have a .fab class line-height: var(--f7-line-height); } +/* https://forum.framework7.io/t/ios-wkwebview-blank-space-at-the-bottom/8530 */ +html, body { + height: 100vh; + width: 100vw; +} + .page-content-fab-pad { padding-bottom: var(--f7-fab-size); } diff --git a/www/index.html b/www/index.html index b47cc6d..1beb7e9 100644 --- a/www/index.html +++ b/www/index.html @@ -4,7 +4,9 @@ - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->