https://stackoverflow.com/questions/4777634/can-i-disable-every-mouse-interaction-with-a-canvas-to-interact-with-underlying
// The pointer-events:none CSS property allows you to turn off hit detection for an element. .element { pointer-events:none; }