Skip to content

Commit

Permalink
fix(pwa): use 100% of the viewport
Browse files Browse the repository at this point in the history
Fixes issue in Iphone X white bottom padding
  • Loading branch information
manucorporat committed Dec 16, 2018
1 parent f393a82 commit 4c4bdf2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions core/src/css/structure.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ html {
text-size-adjust: 100%;
}

html.plt-pwa {
height: 100vh;
}

body {
@include font-smoothing();
@include margin(0);
Expand Down

0 comments on commit 4c4bdf2

Please sign in to comment.