Extra scroll bar on right side

Hi there, I’m building breadbubble.com using Pro, and I’m seeing two scroll bars appear. See image below. Any idea what’s causing this?

Many thanks

Hello There,

Thanks for writing in!

To resolve this issue, please add the following CSS code in the Pro > Theme Options > Global CSS (http://prntscr.com/evui3r)

body {
    overflow-x: visible;
}

Please let us know how it goes.

That worked. Thank you!

You’re welcome.

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