From a43cc90b79e0b17302c74982270e29a4b93f5f0f Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Mon, 24 Aug 2015 10:27:16 +0200 Subject: [PATCH] fix background scrolling --- docs/pycco_custom.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/pycco_custom.css b/docs/pycco_custom.css index 94b70f3..5c97b86 100644 --- a/docs/pycco_custom.css +++ b/docs/pycco_custom.css @@ -13,6 +13,9 @@ /*--------------------- Layout ----------------------------*/ body { font-family: 'aller-light', sans-serif; + position: relative; + display: inline-block; + min-height: 100%; } h1, h2, h3, h4, h5, h6 { @@ -24,6 +27,8 @@ div.docs { padding-left: 35px; } #background { + position: absolute; + height: 100%; left: 640px; } div.code { -- 2.30.2