SyntaxFix
Write A Post
Hire A Developer
Questions
No scroll (without specifying x or y):
.your-class { overflow: hidden; }
Remove horizontal scroll:
.your-class { overflow-x: hidden; }
Remove vertical scroll:
.your-class { overflow-y: hidden; }