Auto scroll after click action react-scroll

1.2k Views Asked by At

I am using react-scroll in react and i am trying to scroll the container div overflow-y after doing an action click in a button, but the function scrolls the body overflow not the container div. How can i do it?

The body has overflow: hidden, and the container div has overflow-y: scroll

1

There are 1 best solutions below

1
On

Please check this link : https://medium.com/how-to-react/scroll-to-an-element-on-click-in-react-js-8424e478bb9

if you face any problem following the doc then open the code sandbox and play with the code and see the demo.