Problems with Scrolling

Dear fellows,
I’m having a strange problem on scrolling when viewing the mobile version.
The scroll effects seems truncated and it’s not possible to browse to the end of the page.

Here’s the published link:
http://focadigital.webflow.io/work/work-01

And this is the preview mode:
https://preview.webflow.com/preview/focadigital?preview=981d0815dfeba7eefb5db7970b0657f4

Thanks in advance!

Anybody could help??? Just commenting to give a chance to the post show up again. Thanks :stuck_out_tongue:

Hi, you main element is set to 100vh, so to fit the screen, and everything inside is set to fit in it.

So your structure basically says to the browser: “Cram everything in the windows and don’t you dare letting anything scroll” :wink:

If you want your sub elements to be readable and allow the user to scroll, remove the 100vh on the main wrapper and give height dimensions to the inner elements.

1 Like