aboutsummaryrefslogtreecommitdiffstats
path: root/themes/base/draggable.css
blob: 1f24bf0686d7bf20d07b345fd10ce7a3192f5dac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/*!
 * jQuery UI Draggable 1.13.3
 * https://jqueryui.com
 *
 * Copyright OpenJS Foundation and other contributors
 * Released under the MIT license.
 * https://jquery.org/license
 */
.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}