/*! jQuery UI - v1.13.3 - 2024-10-21
* https://jqueryui.com
* Includes: draggable.css, sortable.css
* Copyright OpenJS Foundation and other contributors; Licensed MIT */

.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
