Skip to content

Commit

Permalink
fix(Swipe): issue #9931 overflow lose efficacy in ios/safari
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiangui committed Nov 24, 2021
1 parent cb6c10c commit d44da7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/swipe/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
.van-swipe {
position: relative;
overflow: hidden;
transform: translateZ(0);
cursor: grab;
user-select: none;

Expand Down

0 comments on commit d44da7a

Please sign in to comment.