Hello, I have been trying to figure out the issue to this problem for a while now. The scrolling works on every page but the home page. It seems that it is locked.
You have on body element set overflow: hidden. I have unchecked this in devtools and scroll works on small screens. Hope that look in this direction will help.
I tried it on my iPhone, it doesn’t work for me. A few things:
I see some of your main sections (homePageContent) still have Overflow set to disabled. Good thing to start with is by running through your large sections and containers and ensure they’re not set to Disabled.
Your homePageContent has Max H (maximum height) set to 6%. Reduce the amount of height restrictions until you find which restriction is causing the issue.
Side tip: Simplify your code. You have a lot of negative positioning and unneccessary specs. It makes solving problems like these harder to do.
@joejola I can agree that code is set unusual way but I did’n mentioned as explaining what should be done will be a long article and it will be my personal opinion. Probably @Blake_Lower had a reason to do this way.
It’s hard to pin-point what the problem is, but I believe your code is the problem.
I would create a new page and try rebuilding it. Avoid copying and pasting elements from the original page. While building the new elements, stay away from changing the positioning and spacing. Keep the code simple. If you’re still having issues, let me know and I’ll take a look at it again.