Version 1
[yaffs-website] / web / core / assets / vendor / jquery.ui / themes / base / sortable.css
diff --git a/web/core/assets/vendor/jquery.ui/themes/base/sortable.css b/web/core/assets/vendor/jquery.ui/themes/base/sortable.css
new file mode 100644 (file)
index 0000000..1c27bad
--- /dev/null
@@ -0,0 +1,12 @@
+/*!
+ * jQuery UI Sortable 1.11.4
+ * http://jqueryui.com
+ *
+ * Copyright jQuery Foundation and other contributors
+ * Released under the MIT license.
+ * http://jquery.org/license
+ */
+.ui-sortable-handle {
+       -ms-touch-action: none;
+       touch-action: none;
+}