Review transaction screen: iPhone X fee summary display fix

This commit is contained in:
Sebastiaan Pasma 2018-09-03 11:54:15 +02:00
commit b1bf269ca2
No known key found for this signature in database
GPG key ID: 9A2B0C8B95A1D26F
2 changed files with 7 additions and 5 deletions

View file

@ -6,8 +6,10 @@
}
.fee-summary {
position: absolute;
bottom: 92px;
bottom: calc(92px + constant(safe-area-inset-bottom)); /* iOS 11.0 */
bottom: calc(92px + env(safe-area-inset-bottom)); /* iOS 11.2 */
position: absolute;
}
.shapeshift-banner, .bitpay-banner, .egifter-banner {