Posts by aquino • 1 point
1 post
- 
		-3 votes8 answers45427 viewsA: How to disable the scroll of a web page?I found that you can hide only the sides if you want. Well so: body { overflow-right:hidden; } 
1 post
-3
votes8
answers45427
viewsI found that you can hide only the sides if you want. Well so: body { overflow-right:hidden; }