While trying create horizontal scrolling on a section, I followed this example: Creating horizontal scrolling | Webflow Blog
I compared to the dummy website and found no differences whatsoever.
Observed Issue: It keeps scrolling up->down while horizontal scroll happens too. It feels like the sticky css has no effect. So the track works fine but won’t stay to the middle of the screen when fully visible.
Hi @matthewpmunger,
Thanks for checking it out. I forgot to put the code back to the original as I was trying different codes. I have just put the code as shown but it still does not work.
I have tried it on different pages too, to no avail…
@dylan_demnard sorry for the delay in the help, it’s because you have the body wrapper of “Full Content” set to “overflow:hidden” position sticky does not work when one of the parent containers has overflow:hidden on, it must be visible.
@Aaron Don’t worry for the “delay”, your help is soooo appreciated! Thank you so much, it now “sticks”! Thank you so much for your help.
Thank you @matthewpmunger for helping too!
Best
Hey mate, you might want to check the solution which worked for me. Check that any parent of your horizontal scroll element is not “hidden”.
Hope it resolves your issue too!
Cheers
@Aaron
One thing though that I am trying to debug (but my webflow proficiency is not as sharp as yours) is that the horizontal scroll starts only when it exits the element. So it does not “Starts when fully visible” but rather
starts at 0% “when exiting”…
Would you have an idea of what causes this? http://momentis-lab-round-1.webflow.io/
Hi @Aaron,
I just can’t figure this out now… A mentioned above, it keeps on scrolling once the gallery exits the view port…But it does not scroll when the gallery is fully visible. Do you have an Idea?
Thanks