IMAGINARY / applauncher

A graphical application launcher based on web technologies
1 stars 0 forks source link

Mouse cursor sometimes appears even though cursor is set to 'none' in the CSS #2

Open porst17 opened 7 years ago

porst17 commented 7 years ago

Seems to happen only when you leave the window/touch the window border and move back quickly. After a short period of time the cursor is hidden automatically again.

Possible workaround (untested): Catch onmouseenter for <body> and set cursor: none again.