Skip to content

Commit 0505835

Browse files
authored
fix(sortable): Prevent touchscreen scrolling conflict via touch-action (#4227)
Fixes #4178. Signed-off-by: Anders Kaseorg <[email protected]>
1 parent 734ab0a commit 0505835

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/core/components/sortable/sortable.less

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@
7070
.sortable-enabled li:not(.no-sorting):not(.disallow-sorting) {
7171
.sortable-handler {
7272
pointer-events: auto;
73+
touch-action: none;
7374
opacity: 1;
7475
&:after {
7576
transform: translateX(0px);

0 commit comments

Comments
 (0)