Hi Katya,
I went ahead and used your new panel component for the main page in my project. It had the same issue of not scrolling along with the page, for which I added Appery("panel_menu").css("top", window.scrollY) on page scroll to fix the issue.
Now the problem is that when running the app, I scroll the page down and then open the panel, the page is forced to go all the way to the top. What I want however is that the page remain where it was when the panel is opened.
How may I fix this?
Thanks.