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 davide.rizzo
Recipients davide.rizzo, docs@python
Date 2010-12-04.11:32:33
SpamBayes Score 1.6539319e-07
Marked as misclassified No
Message-id <1291462354.78.0.0263278148003.issue10622@psf.upfronthosting.co.za>
In-reply-to
Content
Some WebKit browsers show a superflous scrollbar on the right side of the <pre> boxes in the Sphinx generated html docs.

For example:
http://666kb.com/i/boxys2zktxky17vsh.png
taken on Chrome 7 on Windows.

I believe that the cause of the behaviour is a bug in the WebKit engine. If that's the case, adding "overflow-y: hidden" to the <pre> css style would fix the issue.
"overflow-y" is not standard css, but it is understood by the affected browsers, looks ok on other modern browsers and is just ignored on older releases.

The provided patch has been tested on all major Windows browsers.
History
Date User Action Args
2010-12-04 11:32:34davide.rizzosetrecipients: + davide.rizzo, docs@python
2010-12-04 11:32:34davide.rizzosetmessageid: <1291462354.78.0.0263278148003.issue10622@psf.upfronthosting.co.za>
2010-12-04 11:32:33davide.rizzolinkissue10622 messages
2010-12-04 11:32:33davide.rizzocreate