Can't find a way to apply only vertical or only horizontal scroll using this library. Any ideas or advice?
Not sure this is the correct way, but autoHeight autoHeightMax={Number.MAX_VALUE} seems to enforce only horizontal scrollbar.
for disable scrollThumb I use renderThumbHorizontal={() => </div>}
@StipJey Is this still the best way to do this?
for example disable horizontal track.
renderTrackHorizontal={() => <div></div>}
renderThumbHorizontal={() => <div></div>}
It works for me on chrome and firefox
Most helpful comment
for example disable horizontal track.
renderTrackHorizontal={() => <div></div>} renderThumbHorizontal={() => <div></div>}It works for me on chrome and firefox