Page scroll issues

We experience page scrolling issues on a page. We have done quite a bit of research to identify the issue, and have tried to deactivate plugins, sections etc. The only thing that has solved the issue is to use switch Page template from “Blank No Container” to “Blank Container”. But, we would like to use “No container” on the page.

Are there anything else we can do to fix the issue?

Hello @xpresso_no,

Thank you for the inquiry.

It’s possible that a custom css rule or style from a plugin or third-party extension is affecting the default templates. You may need to add this css code to fix the scrollbar issue:

body {
	overflow: visible;
} 

Let us know the result.

Best regards,
Ismael

So simple. Thanks!

Glad it worked! Have a nice day.

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