Fixes the bounds check and in doing so now makes the assumption that the scroll bars should always be in view regardless of the distance scrolled. ie if there is horizontal scrolling the vertical bar should remain fixed in place.
this is the behavior I would expect so I'm not sure why it wasn't like that before
fixes #671
Fixes the bounds check and in doing so now makes the assumption that the scroll bars should always be in view regardless of the distance scrolled. ie if there is horizontal scrolling the vertical bar should remain fixed in place.
this is the behavior I would expect so I'm not sure why it wasn't like that before