I'm getting in console top, left , right, bottom properties of div element:
var offSet = document.getElementById("div").getBoundingClientRect();
Why do I get top 84 px instead of 8px?
Here's an example : https://codepen.io/Y-Taras/pen/zPjrWJ
P.S. to see in the console 4 properties click anywhere at the page