Windshield Misaligned Overlay Outlines and Heatmap click data

Sometimes the Overlay and Heatmap can become misaligned from the actual elements that they are for.

This is almost always caused by having the CSS properties of margin, padding or border on the BODY element.

Some browsers have a problem determining the exact position of elements on your page when the BODY element has those styles.

Try changing the CSS of your page to keep from using those styles and see if that corrects the problem.

If that still doesn’t fix the problem, please Report a Bug .