Height 100% on html/body is not working on iPhone
问题 I have created a responsive website using Foundation with a footer that is absolutely positioned on the bottom of the page. On my desktop browsers, it looks exactly like it should, but on my iPhone the footer is overlapping some of the content instead of being all the way at the bottom of the page. I have my html,body CSS set to this: html, body { height:100%; margin:0; padding:0; } But when I inspect the page on my phone using the Safari developer tools, when I hover over the html or body