Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Also works well, but that might introduce janky behavior with iOS safari’s title bar and tapping the top to scroll to top in my experience. I don’t know if this has been fixed, it’s been a while since I wore a CSS hat, but I vaguely remember fighting with mobile safari and overflow divs a lot.


ah, yes

in that case you can just add position: sticky and bottom: 0 to the footer

with this trick you get the same behavior as with position: fixed but won’t need a wrapper div as in the comment i replied to


Yeah position sticky is definitely part of what you want, telling the browser declaratively what you are trying to accomplish.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: