mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
fix(Swipe): overflow
lose efficacy in iOS safari (#9933)
* fix(Swipe): issue #9931 `overflow` lose efficacy in ios/safari * Update index.less Co-authored-by: neverland <chenjiahan@buaa.edu.cn>
This commit is contained in:
parent
cb6c10cd32
commit
2890b77604
@ -3,6 +3,8 @@
|
||||
.van-swipe {
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
// https://github.com/youzan/vant/issues/9931
|
||||
transform: translateZ(0);
|
||||
cursor: grab;
|
||||
user-select: none;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user