From 4c4bdf256d3450f9a94f92bed2f367e6d1ba3b83 Mon Sep 17 00:00:00 2001 From: "Manu Mtz.-Almeida" Date: Sun, 16 Dec 2018 17:54:01 +0100 Subject: [PATCH] fix(pwa): use 100% of the viewport Fixes issue in Iphone X white bottom padding --- core/src/css/structure.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/core/src/css/structure.scss b/core/src/css/structure.scss index a5a6501af3..0a0c79f282 100644 --- a/core/src/css/structure.scss +++ b/core/src/css/structure.scss @@ -21,6 +21,10 @@ html { text-size-adjust: 100%; } +html.plt-pwa { + height: 100vh; +} + body { @include font-smoothing(); @include margin(0);