Closed gregbia closed 5 years ago
try this:
import PerfectScrollbar from 'react-perfect-scrollbar'
<PerfectScrollbar
option={{
suppressScrollY: true,
}}
onScrollX={() => console.log('scrolling x')}
>
... SCROLLBAR CONTENT HERE ...
</PerfectScrollbar>
It seems like none of the options work. Example,
suppressScrollY={ true }
,onScrollX={ console.log('scrolling x') }