SyntaxFix
Write A Post
Hire A Developer
Questions
use css overflow:scroll; property. you need to specify height and width then you will be able to scroll horizontally and vertically or either one of two scroll by setting overflow-x:auto; or overflow-y:auto;
overflow:scroll;
overflow-x:auto;
overflow-y:auto;