.sticky-panel { position: sticky; z-index: 3; width: 100%; margin-top: auto; bottom: -1px; top: 0px; // <-- set number of pixels for top height: 100px; // or set number of pixels for height }