I created a canvas on top of a webpage. The canvas is transparent with some objects. Under the canvas there are some buttons that don't belong to the createjs stage.
I would like to make that button working, at the moment since the canvas area is over the buttons (canvas transparent) I can't click the buttons.
Is there a way to disable mouse handling or make it possible to pass the event to the object that are under the createjs canvas? Please see the image the circle grey button is unclickable because the canvas is over the button (even if is transparent). I can't resize the canvas.