Tara
Tara

Reputation: 1598

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

Upvotes: 4

Views: 9227

Answers (2)

Jawad
Jawad

Reputation: 6672

Remove

div#wrapper
{
overflow: auto;
}

Upvotes: 1

cvaldemar
cvaldemar

Reputation: 6993

Add

overflow: hidden;

to the #footbar element.

Upvotes: 2

Related Questions