UL or DIV vertical scrollbar

前端 未结 3 1973
孤城傲影
孤城傲影 2020-12-14 05:28

I have problem with vertical scrollbar on my page. I have lot of items inside ul inside div, I tried with overflow:auto in style for div but it doesn\'t help. How to add scr

3条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-14 06:31

    Sometimes it is not eligible to set height to pixel values. However, it is possible to show vertical scrollbar through setting height of div to 100% and overflow to auto.

    Let me show an example:

    some text

    • text
    • .....
    • text

提交回复
热议问题