Closed vielhuber closed 2 years ago
The canvas element has no z-index, so the mouse cursor goes below some elements of the page.
You should apply z-index:2147483647; to it or make it configurable.
z-index:2147483647;
Ultimately I'd rather not mess with the z indexing, its something people can apply themselves. From experience adding something like this creates more problems than it solves :)
The canvas element has no z-index, so the mouse cursor goes below some elements of the page.
You should apply
z-index:2147483647;
to it or make it configurable.