Closed FeehGb closed 2 years ago
"The scroll progress was returning the wrong value when reach the bottom off element"
Hello, do you have demo reproducing the problem?
take a look https://codepen.io/FeehGb/pen/wvgzjRj
I realized that opts.item_height = node.offsetHeight return wrong height; I fixed height 30px; offeset height return 31px; I dont know why In my file i created the item_height as options to fix it;
Scroll percent fix