mirror of
https://github.com/youzan/vant.git
synced 2025-10-19 18:14:13 +00:00
[bugfix] PullRefresh head overflow (#436)
This commit is contained in:
@@ -2,7 +2,11 @@
|
||||
|
||||
.van-pull-refresh {
|
||||
user-select: none;
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
|
||||
&__track {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
&__head {
|
||||
width: 100%;
|
||||
|
Reference in New Issue
Block a user