Scrolling problem mobile

Hello,

I have a scrolling problem on the website (there is no custom JS or anything) - it’s a pretty basic website with a few section but a few users complained about it. Could you please advice?

I’m wondering if it is a bug because I’ve had it on other websites too or is something I set up myself that causes it

Hey Alex,

Thanks for writing in!

Please edit your custom header and set the minimum height of the Bar element to auto.

When a height is needed for your design, you can set the minimum height in the Container element instead.

Kindly let us know how it goes.

Hey @ruenel

Thanks for the quick reply, tried that and I still have the issue. Please see here a screen recording from my phone

Thanks,

Hello @alexpodeanu,

I would suggest you please add this custom CSS code to the Global CSS and recheck it.

body {
overflow: initial;
}

The purpose of providing custom CSS is to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector or you subscribe to One where customization questions are answered.

Hope it helps
Thanks

Hello,

Thanks - the problem still persists. Are you sure is not a bug from the theme?

Thanks,

Hey Alex,

It seems it only happens on your site. Could you please update the code given by @Prakash_s and use this:

body {
overflow: hidden;
}

Thanks.

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