scrollHeight - defunctzombie/dom GitHub Wiki
Return the scroll height of the first element in a set of matched elements.
scrollHeight()
The scroll height is the size of all contained content in the element. It is what the
innerHeightwould need to be in order to display all of the internal elements without scrolling.
The scroll height includes any padding that would be applied to the element.