This repository was archived by the owner on Oct 28, 2020. It is now read-only.

Description
I am trying to figure out how to have a bottom-sticky element start stuck. Currently if I create a bottom sticky it will not initially be visible until the DOM is scrolled (I am getting around this by quietly scrolling the DOM 2 pixels on page init; not sure why 2px works but 1 doesn't).
Is there a setting or a method I can invoke?