bug: only account for if the top of an elemnet is out of view
authorxangelo <git@xangelo.ca>
Wed, 25 Jan 2023 18:52:28 +0000 (13:52 -0500)
committerxangelo <git@xangelo.ca>
Wed, 25 Jan 2023 18:52:28 +0000 (13:52 -0500)
We were originally checking if the whole element was out of view, but
due to the nested nature of things, this was always. Instead we only
check to see if the top of the element is out of view. If it is, we
scroll it into view otherwise we assume that enough of the node is
visible for you.


No differences found