https://github.com/react-bootstrap/dom-helpers/blob/22d6864a0a9b3c1bb13bf54faa958c634c5ac339/src/scrollParent.ts#L35 Should clientHeight be used to detect? ``` (firstPossible || height(element, true) < element!.scrollHeight) ```