XF 2.3 Navigation slides to the right. Infuriating...

I can replicate it on the default style. Not sure why it's doing it though

As a temporary measure, since you have a really long nav you could disable the auto-scroll. It's meant to scroll to the selected navigation item.

PAGE_CONTAINER:
Find
Code:
<div class="p-nav-scroller hScroller" data-xf-init="h-scroller" data-auto-scroll=".p-navEl.is-selected">
Replace with:
Code:
<div class="p-nav-scroller hScroller" data-xf-init="h-scroller">

Might be worth a bug report?
 
Back
Top Bottom