css overflow-y not working -


so have applied

overflow-y:scroll; 

to body. so.

    body {     font-family:'open sans', tahoma;     background-color:#f4ffff;     height:auto;     overflow-y: scroll; } 

but page not scroll down. have no idea why. here page.

the problem "position: fixed" in "#load". try remove , see.


Comments

Popular posts from this blog

c++ - QTextObjectInterface with Qml TextEdit (QQuickTextEdit) -

javascript - angular ng-required radio button not toggling required off in firefox 33, OK in chrome -

xcode - Swift Playground - Files are not readable -