I have a javascript app, whichs adds a mousemove listener to the document. Problem: When the mouse is moved over an iframe, the function is NOT called.
Is there a way to pass through such events to the root document?
Put pointer-events: none;
in the styles for the frame.
I was having this problem myself and found this solution works great and is so simple!