react-smooth-scrollbar
react-smooth-scrollbar copied to clipboard
every thing have transform: translate3d not Worrking when add Smooth Scrollbar
When I add
<Scrollbar
damping={0.03}
thumbMinSize={50}
renderByPixels={true}
alwaysShowTracks={false}
>
<div style={{ height: "2.5px" }}>
Every thing here have transform: translate3d It does not work properly
<div>
</Scrollbar>