.ui-draggable-handle {
	/* since jQuery UI doesn't work in mobile, allow touch events to work as normal */
	-ms-touch-action: auto;
	touch-action: auto;
}
