How can I add a vertical scrollbar to my div automatically?

后端 未结 7 1922
野性不改
野性不改 2021-01-30 00:42

I want to add a vertical scrollbar to my

. I\'ve tried overflow: auto, but it is not working. I\'ve tested my code in Firefox and Chrome.
相关标签:
7条回答
  • 2021-01-30 01:19

    I'm not quite sure what you're attempting to use the div for, but this is an example with some random text.

    Mr_Green gave the correct instructions when he said to add overflow-y: auto as that restricts it to vertical scrolling. This is a JSFiddle example:

    JSFiddle

    0 讨论(0)
提交回复
热议问题