We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Hi please take look at line 271 of the index.tsx file
Shouldn't the correct calculation be (threshold.value / 100) * target.scrollHeight + clientHeight - target.scrollHeight + 1 ?
(threshold.value / 100) * target.scrollHeight + clientHeight - target.scrollHeight + 1
Because of this line, the scrollThreshold in inverse mode doesn't work when it's set as percentage.
scrollThreshold
inverse