jquery-ui/themes/base/draggable.css
Michał Gołębiowski-Owczarek bb49bd794b
All: Drop support for IE & some other browsers (but mostly IE)
Closes gh-2249
2024-05-15 00:38:40 +02:00

12 lines
232 B
CSS

/*!
* jQuery UI Draggable @VERSION
* https://jqueryui.com
*
* Copyright OpenJS Foundation and other contributors
* Released under the MIT license.
* https://jquery.org/license
*/
.ui-draggable-handle {
touch-action: none;
}