[bugfix] ContactList: button position wrong (#2634)
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
.van-contact-list {
|
||||
height: 100%;
|
||||
padding-bottom: 65px;
|
||||
padding-bottom: 50px;
|
||||
box-sizing: border-box;
|
||||
|
||||
.van-cell {
|
||||
@@ -34,7 +34,6 @@
|
||||
&__group {
|
||||
height: 100%;
|
||||
overflow-y: scroll;
|
||||
padding-bottom: 100px;
|
||||
box-sizing: border-box;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user