Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider a sticky footer #36

Open
chrismilway opened this issue Aug 4, 2015 · 6 comments
Open

Consider a sticky footer #36

chrismilway opened this issue Aug 4, 2015 · 6 comments

Comments

@chrismilway
Copy link

Particularly when the toolbar is present it might be a good idea to include a sticky footer. Entirely superficial, I know, but a nice addition if it's straightforward.

http://philipwalton.github.io/solved-by-flexbox/demos/sticky-footer/

This might be a good option because it works with variable height footers and sexy flexbox layout.

@vikas-parashar
Copy link
Member

Yeah, ideally footer should be on bottom even when the main container has less content.

image

@pbauer
Copy link
Member

pbauer commented Jan 21, 2016

👍

1 similar comment
@thet
Copy link
Member

thet commented Jan 21, 2016

+1

vikas-parashar added a commit that referenced this issue Jan 29, 2016
Fixes issue of sticky footer using CSS3 flexbox

Fixes: #36
vikas-parashar added a commit that referenced this issue Feb 16, 2016
Calculates height of footer on page load and on resize and
set bootom padding of body according to it to keep footer at bottom.

Fixes: #36
vikas-parashar added a commit that referenced this issue Feb 16, 2016
Removes changes done for flexbox fix.
Now we calculate footer height using jquery and sets bottom padding of body to keep the footer at bottom.

Fixes: #36
@draunger
Copy link

/assign me

@draunger
Copy link

+1

@Rudd-O
Copy link

Rudd-O commented Dec 20, 2023

This would be hawt.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

7 participants