fix(Swipe): overflow lose efficacy in iOS safari (#9933) (#9958)

This commit is contained in:
chenjiangui 2021-11-29 20:22:08 +08:00 committed by GitHub
parent 0c9e8da6c3
commit 42cdf87d63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,8 @@
.van-swipe {
position: relative;
overflow: hidden;
// https://github.com/youzan/vant/issues/9931
transform: translateZ(0);
cursor: grab;
user-select: none;