mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-16 00:14:18 -05:00
Includes other code that splits the height StickyElement stores into two properties: 1. `verticalSpace` 2. `height` `verticalSpace` is the vertical space the element occupies in the document flow when not stuck. `height` is the visual space of the element, including padding and border.