Skip to content

Commit daf6e7f

Browse files
pbabeygmsa
authored andcommitted
Fix for touch dragging on Android (jbaysolutions#234)
1 parent 0f59d6a commit daf6e7f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/GridItem.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
.vue-grid-item {
1414
transition: all 200ms ease;
1515
transition-property: left, top, right;
16+
-ms-touch-action: none;
17+
touch-action: none;
1618
/* add right for rtl */
1719
}
1820

0 commit comments

Comments
 (0)