iPhone X fixes

This commit is contained in:
Sebastiaan Pasma 2018-05-31 15:36:17 +02:00
commit b20f670953
3 changed files with 17 additions and 1 deletions

View file

@ -474,4 +474,10 @@
}
}
}
background: #494949;
ion-content {
margin-bottom: constant(safe-area-inset-bottom); /* iOS 11.0 */
margin-bottom: env(safe-area-inset-bottom); /* iOS 11.2 */
}
}