Hello,
when I load a product page that has been made with accordion tabs and click on any tab the page auto scrolls to the tab that is open. How do I disable this?
I added the following code to the child-theme/functions.php file:
add_filter('etheme_autoscroll_single_tabs_on_mobile', '__return_false');
but not works on mobile or desktop.