When specifying css via javascript, the naming is different than specifying using CSS files.
I’d be *very* surprised if the code works as-is. > On Jul 13, 2017, at 3:23 PM, Justin Mclean <jus...@classsoftware.com> wrote: > > Hi > >>> + positioner.style["pointer-events"] = "none”; >> >> I think that should be positioner.style["pointerEvents"] = "none”; > > The style is "pointer-events" [1] so I’m not sure why you would use > "pointerEvents”. I’ve tested ""pointer-events” and it works. > > Thanks, > Justin > > > 1. https://developer.mozilla.org/en/docs/Web/CSS/pointer-events