Mobile users must tap twice to choose a menu item

I’ve discovered that mobile users have to tap twice to choose a menu item in the main nav. The problem exists on Safari and Chrome both. I tried with an iPad and the issue did not present itself.

I tested a bit on your site, but try add the following CSS to your page. We’ve had some issues with the off-canvas scrollbar library we are using. The following won’t removing scrolling from your off canvas, it will just hide the scrollbar and thus prevent it from hijacking click events. Let us know how it goes.

.ps__rail-y {
 display: none !important;
}

That worked. Thank you!

1 Like

Hi Jon,

Glad that it worked for you.

Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.