@tuanphan I'm looking for the same thing (footer reveal on scroll / drawer footer) I was using a plugin I paid for from SquareStud.io, which worked for awhile, but I noticed recently it broke and I can't get in touch with the dev.
I followed this code from the previous post mentioned above but it didn't "reveal" anything, so I'm not sure what do to. Any help would be appreciated 🙂 🙂
///DRAWER FOOTER HACK
@media only screen and ( min-width: 768px ) {
#page {
margin-bottom: 55px; /*This may to be adjusted depending on the content of your footer*/
}
footer.sections {
position: fixed;
height: 100px; /*This may to be adjusted depending on the content of your footer*/
width: 100%;
bottom: 0;
}
}