The sticky option for the page footer in Spark doesn’t fix it to the bottom of the page:
Here’s the CSS that renders:
.nx-page .c0086 {
- z-index: 100;
- position: absolute;
- bottom: 0;
- left: 0;
- right: 0;
.nx-page .c0086 {
- z-index: 100;
- position: fixed;
- bottom: 0;
- left: 0;
- right: 0;
