My question is quite similar to another one on Stack Oweflow, however the answer on the other question didn't help me.
So I tried to hide the cursor on a webpage by writing following code in my stylesheet:
* { cursor: none; }
It works fine on some parts of the website but in other parts you can see it. Anyone had a similar problem and/or knows the answer?