Page 1 of 1

How to make a sticky footer?

Posted: Mon May 04, 2015 5:50 am
by Reynaldo Libutan

I've noticed there's a fixed and inline footer options. However I want to make a sticky footer? Is that possible in Appery?

What I want basically is to have footer (or a grid) that sticks to the bottom if the screen is too long (in my case a keypad that I want to always stick to the bottom) but if content longer than screen, then it would not be visible unless scrolled down to the bottom (difference between fixed since fixed is always visible).

See this link for reference. Please click on add content until it fills your screen.
http://codepen.io/chriscoyier/full/uw...


How to make a sticky footer?

Posted: Tue May 05, 2015 2:41 am
by Yurii Orishchuk

HI Reynaldo,

It seems you need "inline" position for the footer component.

Please check it.

Regards.


How to make a sticky footer?

Posted: Wed May 06, 2015 4:37 am
by Reynaldo Libutan

Hi,

Thanks! I realized inline is definitely what I was looking for.

Sorry for overlooking it and thank you for making me realize.