Site scrolls past footer - Trouble with overflow

Hi,

please have a look at this site in CHROME and in FIREFOX or IE → http://verstanden-toleriert.webflow.io/

scroll to the end and you see the problem → on chrome you can scroll past the footer section quite a bit, firefox and ie or edge handle it right. What can be done to stop this scrolling issue in chrome? I believe it has something to do with the html tag (height:100%), but I cannot change this anywhere?!

thanks for your help!

https://preview.webflow.com/preview/verstanden-toleriert?preview=620b3894ecf6355ae8ed5e3b875ca1ab

Hi @wisemac
Thanks so much for posting about this. This is definitely odd behavior.

I am looking into it now with the team to find a solution for you! I’ll post back here when I have more information.

Thanks for your patience!

footer.max is hard set to 250.

Thanks for that information @Revolution

I removed the max height on the footer but the issue persists. We will continue to investigate this!

Hi @wisemac, thanks for your patience. The trouble with the issue has to do with overflow caused by the interaction “divimgload” that has a skew on an image that is 4000px wide, and there is no style setting the element to display none at initial appearance.

The solution should be to add an initial display none on the image style and then add a first step of display block with 0ms to the load trigger.

Take a peek:

https://cl.ly/0X421S0O463e/Screen%20Recording%202017-10-01%20at%2003.39%20PM.mov

I hope this helps, let me know if any further trouble.

Thanks in advance.

Hi @cyberdave and contributors,

now that was a tricky one indeed. :wink: Thanks a lot guys for hepling me out. It works now as intended and I learned another lesson in webflow interactions. You webflow guys are my heroes! :smiley:

1 Like

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