vertical scroll div css code example
Example 1: css scrollbar vertical only
style="overflow:scroll; overflow-x: hidden;" // x is horizontal, y is vertical
Example 2: scrollbar in html div
overflow in html
style="overflow:scroll; overflow-x: hidden;" // x is horizontal, y is vertical
overflow in html