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)
commit66fd3daf216c34ecba8a7d70374f467581f7c8a8
treeb2982eebb889401a7d8e5286391e248313b51a4d
parentf3a8b6fe0a0f68a43103347fc065734fbaedddb6
bug: only account for if the top of an elemnet is out of view

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.
public/assets/bundle.js
src/dom.ts