From 09b0b3a655fe83b5b2be4f6ba22725c252592665 Mon Sep 17 00:00:00 2001 From: "Gregory P. Smith" Date: Sat, 4 Dec 2010 11:36:58 +0000 Subject: issue10622: fix superflous scrollbar on the right side of
 boxes
 in the generated html docs.  visible in chrome, possibly other webkit
 browsers.

---
 Doc/tools/sphinxext/static/basic.css | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Doc/tools/sphinxext/static/basic.css b/Doc/tools/sphinxext/static/basic.css
index 46237d8..d1811b0 100644
--- a/Doc/tools/sphinxext/static/basic.css
+++ b/Doc/tools/sphinxext/static/basic.css
@@ -364,6 +364,7 @@ p.deprecated, p.deprecated-removed {
 
 pre {
     overflow: auto;
+    overflow-y: hidden;
 }
 
 td.linenos pre {
-- 
cgit v0.12