This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ezio.melotti
Recipients ezio.melotti, georg.brandl, orsenthil, terry.reedy
Date 2009-02-06.22:08:11
SpamBayes Score 0.017437125
Marked as misclassified No
Message-id <1233958108.88.0.988757641202.issue4965@psf.upfronthosting.co.za>
In-reply-to
Content
Something like this maybe?

div.sphinxsidebar {
    float: left;
    width: 230px;
    height: 100%;
    font-size: 90%
    /* add these: */
    margin-top: 30px;
    height: 100%;
    overflow: auto;
    position: fixed;
}

...

div.related {
    background-color: #133f52;
    color: #fff;
    width: 100%;
    line-height: 30px;
    font-size: 90%;
    /* add this: */
    position: fixed;
}

I tested it only with Firefox3 and the Webdeveloper plugin and it looks
ok. "position: fixed" doesn't work on IE6 and there could be other
problems, but it may be a good starting point.
History
Date User Action Args
2009-02-06 22:08:58ezio.melottisetrecipients: + ezio.melotti, georg.brandl, terry.reedy, orsenthil
2009-02-06 22:08:28ezio.melottisetmessageid: <1233958108.88.0.988757641202.issue4965@psf.upfronthosting.co.za>
2009-02-06 22:08:26ezio.melottilinkissue4965 messages
2009-02-06 22:08:16ezio.melotticreate