rafaelmaeuer
11/20/2017 - 11:02 AM

Can I disable every Mouse Interaction with a canvas to interact with underlying Objects?

// The pointer-events:none CSS property allows you to turn off hit detection for an element.
.element {
  pointer-events:none;
}