0
This is an instance of the CSS property user-select. The value of this property is "none." This means that the user cannot choose any items in the document. The value "drag" indicates that the user will be able to drag items around the document.
0 Comments
-webkit-user-select: none; -webkit-app-region: drag;