mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
fix(pwa): use 100% of the viewport
Fixes issue in Iphone X white bottom padding
This commit is contained in:

committed by
Manu MA

parent
f393a82ed6
commit
4c4bdf256d
@ -21,6 +21,10 @@ html {
|
||||
text-size-adjust: 100%;
|
||||
}
|
||||
|
||||
html.plt-pwa {
|
||||
height: 100vh;
|
||||
}
|
||||
|
||||
body {
|
||||
@include font-smoothing();
|
||||
@include margin(0);
|
||||
|
Reference in New Issue
Block a user