Html – Determine if an element is scrollable
I'm looking for a way to determine if an element is scrollable in given direction. That is, if I can call Element.scrollBy to scroll it. I've searched around extensively and ended up with: /** * Whether the element can be…