Site - double scroll bars - fixed but now site scrolls to side

X-Pro some pages had double scroll bars on the right hand side, used the following fix:

/* stops double scroll bar */
body {
overflow: initial;
}

The problem only happened with Edge browser, However this fix introduced another problem - the mobile site now scrolls sideways on safari (iphone) and chrome (android). Please help.

URL is live and in secure note

UPDATE: added the following to see if the issue is fixed.:

overflow: hidden;
overflow-x: hidden;

This seems to have fixed this issue. Is this the optimal way of doing this?

Hi @stuartmurphy,

Thank you for reaching out to us. This usually happens due to the footer setup, please remove all custom CSS you added to fix the double scroll bar issue then in footer builder, inspect your footer bar and turn on the Content Scrolling option (see screenshot)

Let us know how this goes!

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