iPhone X fixes
This commit is contained in:
parent
4c4c213786
commit
b20f670953
3 changed files with 17 additions and 1 deletions
|
|
@ -131,6 +131,7 @@
|
|||
.bp-content {
|
||||
position: relative;
|
||||
height: 100%;
|
||||
height: calc(100% - env(safe-area-inset-bottom) * 2);
|
||||
|
||||
&.status-bar {
|
||||
margin-top: 20px;
|
||||
|
|
@ -157,6 +158,8 @@
|
|||
|
||||
padding-top: 0;
|
||||
top: 0;
|
||||
margin-bottom: 16px;
|
||||
|
||||
.scroll {
|
||||
background: rgb(248, 248, 249);
|
||||
min-height: 300px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue