Website renders two scroll bars, is it the CSS, xhtml, or some jquery plugin?
- by Muhammad
I've come to notice a bug on my website, I see that there's two scroll bars when the window is re-sized from a full sized window (my desktop's 1280x900).
This issue is untraceable with Firebug and it shows up on all browsers. I'm using a JQuery UI script on the page as well but I'm not sure if that's what's doing this.
What's a good way to go about getting rid of this? Or has anyone ever encountered having two scroll bars on the page?
BTW: The in-page scroll bar is actually above the footer, if that helps.