Search code examples
htmlcssscrollbars

How To Get Rid of Scroll Bar?


It's at the bottom of this page in Chrome.

I can't see what would be putting it there.

Thank you,

Tara


Solution

  • Remove

    div#wrapper
    {
    overflow: auto;
    }