goldenyz / react-perfect-scrollbar

A react wrapper for perfect-scrollbar
MIT License
482 stars 92 forks source link

perfect-scrollbar height recalculation issue #128

Open vstrelianyi opened 3 years ago

vstrelianyi commented 3 years ago

( I think that similar issue is stated here -> https://github.com/mdbootstrap/perfect-scrollbar/issues/984 ) but I think that height should recalc automatically, I shouldn't trigger that

image

delucca commented 3 years ago

I'm having the same issue.

fr0gs commented 3 years ago

I have exactly the same problem, if I keep scrolling down it seems to extend scrolling area indefinitely.

AlexOfc commented 3 years ago

@vstrelianyi @delucca @fr0gs I use this way of recalculating the size. image

ducviet1696 commented 9 months ago

@vstrelianyi @delucca @fr0gs I use this way of recalculating the size. image

It works well for my project. Thank you