While the height/position of the container is accurately displayed, attempting to retrieve the top position (or any position) of containing elements yields a return value of 0. Additionally, using .getBoundingClientRect()
results in all values (top, left, right, bottom, height, width) being returned as 0. Strangely enough, hovering over them in the inspector reveals their correct width/height.
All elements are set to display: block;
-- any thoughts on what might be causing this issue?