axon4

Results 2 comments of axon4

It looks like making elements draggable may simply require adding '-webkit-app-region: drag' to the class. https://www.electronjs.org/docs/api/frameless-window#draggable-region https://www.codegrepper.com/code-examples/html/electron+draggable

Perhaps making the background a child div (or svg) element within the main container would mitigate the empty space issue? Since the background element would have the no-drag attribute. Something...