goldenyz / react-perfect-scrollbar

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

minScrollbarLength, maxScrollbarLength #55

Closed StarNeit closed 6 years ago

StarNeit commented 6 years ago

Would you please let me know how can use "minScrollbarLength" and "maxScrollbarLength" like original perfect scrollbar? (https://github.com/utatti/perfect-scrollbar)

This react version perfect scrollbar looks good, but I can not find how to use "maxScrollbarLength" in this component. Any idea?

Thank you.

goldenyz commented 6 years ago
<PerfectScrollbar option={{minScrollbarLength: 20}}>
        ... SCROLLBAR CONTENT HERE ...
</PerfectScrollbar>
StarNeit commented 6 years ago

Thank you a lot, @goldenyz