I tried to find information in another posts here in forum and I wasn’t able to find right answer.
My main problem is when user presses on element and gets navigated (or it is the same group but user profiles changes), the scroll leaves at the same position.
What you would suggest to do to solve it?
As I imagine, It just should be an option somewhere, something like ?after navigation just scroll to top". Please, help me find it:)
You can put a tiny 1px tall element at the top of the page (or pick some element at the top)
Put some kind of Element ID (enable this in your app settings if you haven’t)
Toolbox plugin use the “Run javascript” action
Put this for the script:
document.getElementById("[your Element ID]").scrollIntoView();