fix(pwa): use 100% of the viewport

Fixes issue in Iphone X white bottom padding
This commit is contained in:
Manu Mtz.-Almeida
2018-12-16 17:54:01 +01:00
committed by Manu MA
parent f393a82ed6
commit 4c4bdf256d

View File

@ -21,6 +21,10 @@ html {
text-size-adjust: 100%; text-size-adjust: 100%;
} }
html.plt-pwa {
height: 100vh;
}
body { body {
@include font-smoothing(); @include font-smoothing();
@include margin(0); @include margin(0);