:root {
    /*! put your custom css here */
    .sticky-block {
        position        : sticky;
        bottom          : 0;
        background-color: var(--color-white);
    }
}