SyntaxFix
Write A Post
Hire A Developer
Questions
You can use overflow:auto;
overflow:auto;
You can also control the x or y axis individually with the overflow-x and overflow-y properties.
overflow-x
overflow-y
Example:
.content {overflow:auto;} .content {overflow-y:auto;} .content {overflow-x:auto;}