Using a background image for -webkit-scrollbar-thumb:vertical
. Here's a jsFiddle: http://jsfiddle.net/6ESpj/2/
To simulate problem, increase the height in div.inner
from 1500px to 2000px. You should see that the bottom get's cut off (I believe this is the equiv of the scrollbar 'shortening' in height as the page content grows).
Can anyone recommend a solution? Even a javascript one if necessary.
Thanks!