
How To Stop Horizontal Scrolling in IE
I recently had an issue working on a site where the user was able to scroll horizontally on my page — I do not want this! after researching this issue the main suggestions to fix this were to remove width: 100%;
from any elements that have it.
I found this too hard to figure out what exactly was causing the issue and where Ineeded to remove this to fix it (you can imagine hoe many elements might…