No smooth momentum horizontal scroll on non-desktop devices

Hi everybody,

I was wondering why the horizontal scrolling is only smooth on desktop.
When I tried it on my iPhone it did not have the momentum scroll effect like it has on the vertical axis. This tutorial fixed it but now my fixed navigation bar disappeared. Any ideas? Thank you!


Here is my site Read-Only: https://preview.webflow.com/preview/jerdesign?utm_source=jerdesign&preview=e515bdee54e5bfef19386e24777a00c4

Hey Tito! I see you’ve added an update to your post. Did this new snippet of code solve your problem?

Update:

This code snippet worked for me:

<style> body > div { -webkit-overflow-scrolling: touch;} </style>

1 Like