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) -

xcode - Swift Playground - Files are not readable -

jboss7.x - JBoss AS 7.3 vs 7.4 and differences -