CSS property: -webkit-user-drag
    Description
Specifies that an entire element should be draggable instead of its contents.
Syntax
-webkit-user-drag: auto | element | none;
Values
- auto
- The default dragging behavior is used. 
- element
- The entire element is draggable instead of its contents. 
- none
- The element cannot be dragged at all.