Eugene Godun
Results
1
comments of
Eugene Godun
I had the same problem and managed to fix it by using the `scroll` [method](https://developer.mozilla.org/en-US/docs/Web/API/Element/scroll) for the parent node instead of `scrollIntoView` for the children node: ``` const ref =...