make content scrollable css code example
Example 1: how to make a div scrollable
<div id="" style="overflow:scroll; height:400px;">
Example 2: div scrollable content
div{
overflow : scroll;
}
Example 3: scrollbar in html div
overflow in html