iPhone X fixes
This commit is contained in:
parent
4c4c213786
commit
b20f670953
3 changed files with 17 additions and 1 deletions
|
|
@ -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 */
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue