In the mobile view, a category has a long sub-category list and when you click on the next link for one of the sub-categories at the bottom of the very long list, you can be greeted with what looks like a blank screen. You have to scroll back to the top of the menu to see the sub-sub-categories. Is there any way to add some sort of "back-to-top" function as part of the click?
This is the "link"
I'm "assuming" that there is some sort of javascript involved in this click.
This is the "link"
Code:
<span data-name="&mvt:navigationitem:name;" data-rt-icon="d" class="next"></span>
Comment