css sidebar should scroll vertically when content overflows
How do I need to modify this example so that if the its content is longer (in height) than the sidebar, then the sidebar shows the vertical scrol开发者_StackOverflow中文版lbar?
Thanks
div#left-sidebar { overflow-y: auto; }
hope that's what u wanted
Isn't it like this:
overflow-y: scroll;
精彩评论