-
Notifications
You must be signed in to change notification settings - Fork 308
Fixed the bottom footer. Made it fixed on scrolling. #3339
Conversation
I am still struggling to get my working environment at #3165, so I can't test ATM. |
No problem |
What browser are you using. I may have to test it on all (or as much as I possibly can) |
I have only Chrome and Firefox, and I believe that was Chrome. In any case it seems that the issue is caused by the way the header is added to the page, because the height of scrolled area looks equal to header height. |
Also, fixed border may eat up precious space on mobile devices. So it would be nice to just fix the screen height calculation to avoid the margin / padding / whatever makes this taller than it is. |
Found a way to fix our layout http://stackoverflow.com/questions/8257311/modern-way-to-markup-100-height-layout-in-html5-and-css3 |
!m @techtonik I wil try it |
@kaguillera, go ahead! =) I played a bit with CSS table layout in Google Chrome dev tools, but I am not sure how it will work in other browsers. I gave a I also used |
Obsolete with #3718 . |
Please review if this is what you want for #3331 @techtonik