Something is wrong with your vertical scroll view's setup. Check the transform scales of all objects leading up to your scroll view, and the scroll view itself. Everything should be using (1, 1, 1).
In the code you posted, you are using a non-uniform scale. This is bad. You need it to be uniform -- ie: X, Y, and Z must all match.