Closed
Description
I'm creating a touched based app with atom-shell. Is it possible to hide the mouse curosor? I've tested with:
cursor: none;
-moz-user-select: none;
-khtml-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
on the body element but it dosent seems to work. But It does work in my Google Chrome.
Metadata
Metadata
Assignees
Labels
No labels