css - Absolute positioned div not display full content when the content extends beyond the browser height -


so, issue right have wrapper div overflow: hidden , min-height: 100% stays height of browser window.

however, causes issues when have huge population of content on sidebar (shown in linked image)

http://d.pr/2jvn

if remove overflow: hidden wrapper div it'll funky.

what need know how keep content displaying without disappearing.

add max-height:100% , overflow: auto @ div. pretty sure going work. better if provided code.


Comments

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -