I need a way to automatically find the maximum bottom value of scrollTop, of the div id \"#box\".
Something like this: How to get maximum document scrolltop value
In vanilla JS:
var maxScrollTop = el.scrollHeight - el.offsetHeight