Let's say that I have a page which it's height is 1600px, and the viewport is 950px.
Is there anyway to get the unscrolled area's height?
For instance, when the page loads, the user didn't scroll at all, so the unscrolled area would be 1600-950 = 650.
If the user scrolled 100px , so the unscrolled area would be 1600-100-950 = 550
Thanks in advance!