Everything seems to be ok on my sample and it uses the wheel event flawlessly, unfortunately if I place it on another web as an iframe the wheel makes its work on my sample but also scrolls the parent web.
I’ve been so naive and thought that
evt.preventDefault();
evt.stopPropagation();
could make the work but it was not the solution.
Any idea about that? Thank you!