Fucking solved that scroll height bug

This commit is contained in:
magnolia-fan
2011-06-16 04:19:40 +04:00
parent 4a3abb6991
commit 2f4411472a
8 changed files with 50 additions and 19 deletions
+1 -1
View File
@@ -257,7 +257,7 @@
// min- and max-range for handle
this.props.handleTop = {
min: 0,
max: this.props.handleContainerHeight - this.props.handleHeight
max: (this.props.handleContainerHeight - this.props.handleHeight)
};
// ratio of handle-container-height to content-container-height (to calculate position of content related to position of handle)