react-smooth-scrollbar icon indicating copy to clipboard operation
react-smooth-scrollbar copied to clipboard

every thing have transform: translate3d not Worrking when add Smooth Scrollbar

Open Elabbasy00 opened this issue 5 years ago • 0 comments

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>

Elabbasy00 avatar Apr 28 '20 03:04 Elabbasy00