Reverting the safari scroll-x fix as it introduces a second vertical scroll bar which causes the user to have to scroll twice to reach the content down the page. This problem is more pronounced on mobiles.
Added counter warning for uploading images. If you're uploading more than 10 then you get a warning and the submit button is disabled. There's also a counter in the rails controller create code so only 10 images are saved in the server for the time being (in case the js check fails).
Added image count check to new listing in the sell-controller.
Cheers,
Daniel