clestbest
clestbest

Reputation: 247

CSS page scrolling

I am working on a website and feel like i am missing something really obvious, but can't seem to figure out what it is.

http://secureaircharter.somee.com/

When I collapse my browser, I want the scrollbar to show up. Why isn't the overflow property working?!

Upvotes: 2

Views: 1146

Answers (1)

Musa
Musa

Reputation: 97672

Your page body has position:fixed which removes it from the document flow. Remove it and the scroll bars will show up.

Upvotes: 2

Related Questions