Skip to content

Commit

Permalink
fix(sortable): Prevent touchscreen scrolling conflict via touch-action (
Browse files Browse the repository at this point in the history
#4227)

Fixes #4178.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
  • Loading branch information
andersk authored Feb 5, 2024
1 parent 734ab0a commit 0505835
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/components/sortable/sortable.less
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
.sortable-enabled li:not(.no-sorting):not(.disallow-sorting) {
.sortable-handler {
pointer-events: auto;
touch-action: none;
opacity: 1;
&:after {
transform: translateX(0px);
Expand Down

0 comments on commit 0505835

Please sign in to comment.