[bugfix] PullRefresh head overflow (#436)

This commit is contained in:
neverland
2017-12-14 16:32:34 +08:00
committed by GitHub
parent a024399fbe
commit 03bb3cc6ef
5 changed files with 77 additions and 47 deletions

View File

@@ -2,7 +2,11 @@
.van-pull-refresh {
user-select: none;
position: relative;
overflow: hidden;
&__track {
position: relative;
}
&__head {
width: 100%;