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)
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
Post a Comment