Note that there are some explanatory texts on larger screens.

plurals
  1. PO100% Height Div on iPad
    primarykey
    data
    text
    <p>I am working on a responsive website using the Skeleton Grid and have a left floated navigation bar div that is 100% height of the browser window. It works in all browsers I've tested except for mobile safari on the iPad. In mobile safari the navigation div is 100% of the viewport, but when you scroll down on the page the div does not stretch to the bottom of the content. [See image below]. </p> <p>How do I make it so that the div is 100% height on the iPad, not just 100% of the viewport?</p> <p><strong>Dev Site:</strong> <a href="http://www.id8agency.com/jeremiah" rel="nofollow">http://www.id8agency.com/jeremiah</a></p> <p><strong>Screenshot of the problem:</strong> <a href="http://www.id8agency.com/jeremiah/jeremiah.png" rel="nofollow">http://www.id8agency.com/jeremiah/jeremiah.png</a> <em>(as you can see the white bar on the left does not stretch to the bottom of the page once you scroll)</em></p> <p><strong>How it should look:</strong> id8agency.com/jeremiah/jeremiah1.png <em>(sorry, I don't have enough reputation to post more than 2 links)</em></p> <p><strong>Things I've tried:</strong></p> <ul> <li>Set height and min-height to 110% (works, but creates a scroll bar on the desktop site)</li> <li>Set height to height of content (works, but not all pages will be the same length, so creates a scrollbar on some pages where content is shorter)</li> <li>Set position:absolute and and position bottom:0px (doesn't work, positions the div at the bottom of the viewport, not the bottom of the page)</li> <li>Set meta viewport tag to height=device-height and height=1000 (breaks the responsive functionality of the website)</li> </ul> <p>Thank you for any help you can provide!</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload