Scroll to a component on a page

I have built a panel application that get data from a REST API, build a data frame from JSON than add an hvplot after clicking on a button but I would like to scroll to the yet hvplot added instead of doing it manually through browser, I have tried with plot_button.js_on_click() but does not work probably because can’t get the css class selector for the element containing the plot to which I want to scroll to. Any suggestion?

In the newer versions of Panel, there’s a scroll_to method. Does that help?
https://panel.holoviz.org/reference/layouts/Column.html#methods