Dreaded 'double scroll bar' issue

Hi all,

I’ve got the double scroll-bar issue when building Pro footers.

I can get rid of the issue by adding:

body {
overflow-y: hidden;
}

to my global CSS. However I’d like to know how to find out what I’ve done incorrectly so that I can correct the mistake at source. Would someone mind taking a look and pointing me in the right direction? Secure note with access details is attached.

Thanks so much!

Hello Gee,

Thanks for writing in!

The double scroll bar is the result of your header bar settings. There are only two things that might happen:
1.) If your bar height is smaller than the actual height of the elements inside the header. I recommend that you set it to auto
2.) Or if you set the initial position to absolute which might be possible if you use relative instead.

Best Regards.

There I was, thinking the problem was somewhere in the footer. No wonder I couldn’t find it!

Thank you. Hope you didn’t mind me creating this thread. I figured if I had the info to self-diagnose it would save me (and possibly others) having to contact you guys.

Thanks again,

You’re always welcome!

Glad this is now sorted out. Cheers.

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