Simple bottom anchored demo
Same as the simple demo, but this sticky element is anchored to the bottom because of the anchor
attribute.
.sticks {
display: none;
}
.is-sticky .sticks {
display: block;
}
.is-sticky .not-sticky {
display: none;
}
Scroll down to see the sticky element in action
Scroll to make me sticky
Look, I'm sticky!