I'm making a webGL game using javascript and HTML5 canvas. Whenever my mouse is along a certain y position (either in the canvas or window) the cursor changes from the pointer to the edge drag cursor. It seems like it's kind of random as to when it will change, but it always seems to be along that same axis...
I don't set the cursor anywhere in my program, so I'm wondering why this is happening or how I can get it to stop.
Thanks