style(AddressList): add safe-area-inset-bottom (#6355)

This commit is contained in:
neverland 2020-05-24 15:08:05 +08:00 committed by GitHub
parent 54f3979fe8
commit 5d8ca5a531
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,12 +12,15 @@
z-index: @address-list-add-button-z-index;
box-sizing: border-box;
width: 100%;
padding: 5px @padding-md;
padding: 0 @padding-md;
padding-bottom: constant(safe-area-inset-bottom);
padding-bottom: env(safe-area-inset-bottom);
background-color: @white;
}
&__add {
height: 40px;
margin: 5px 0;
line-height: 38px;
}