Making the window draggable

When your app is frameless, you'll need to specify where users can click to drag your application window.

To do this, set your element's ID to draggable

Additionally, setting an element's class to .draggable works.

And if needed, add this CSS rule to your element.
-webkit-app-region: drag !important;