开发者

css sidebar should scroll vertically when content overflows

开发者 https://www.devze.com 2023-01-19 01:11 出处:网络
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?

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;
0

精彩评论

暂无评论...
验证码 换一张
取 消