SyntaxFix
Write A Post
Hire A Developer
Questions
Use overflow: auto. Scrollbars will only appear when needed.
overflow: auto
(Sidenote, you can also specify for only the x, or y scrollbar: overflow-x: auto and overflow-y: auto).
overflow-x: auto
overflow-y: auto