Two Scroll Bars

http://mugsnjugs.piexec.biz/

Can you tell me why on my site I’m getting 2 scroll bars? Its making the scrolling work strangely.

Thanks in advance!

Hi,

Thanks for writing in!

To remove it, you can add the code below in Theme Options > CSS

body {
   overflow:hidden;
}

Hope that helps

1 Like

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