Sticky Containers

A sticky container will make a component follow the user down the page, the point it becomes sticky is determined by its top property.
Multiple Components can be included in a sticky-container which will make them move down the page together.
In order to make sticky components work a sticky-container element will also need a data-sticky-clear attribute. To make a sticky container sit below another the value of the data-sticky-clear attribute needs to be the ID of the element you want it to sit under.