Fucking solved that scroll height bug
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user