By using this site, you agree to our Privacy Policy and our Terms of Use. Close
Bristow9091 said:

Trying to do this on my phone is clunky as fuck so hopefully that worked to show what I mean lol, I can keep scrolling to the right until it's double the width too. 

They should disable scroll to the sides on mobile.

@media only screen and (max-width: 480px) {
.mainContentOrWhatever {
overflow-y: scroll;
overflow-x: hidden;
}
}

Tab indents should work too