...
Html div | ||||
---|---|---|---|---|
| ||||
Hello |
You can easily make this container scrollable by setting the CSS styles parameter as follows
Code Block |
---|
overflow: scroll; overflow-y: auto; overflow-x:visible;height:300px; |
Important bit is "height:300px", it sets the heights of the container. In this example the container heights will be 300 pixels