From: Ralf Jung Date: Mon, 24 Aug 2015 08:27:16 +0000 (+0200) Subject: fix background scrolling X-Git-Url: https://git.ralfj.de/rust-101.git/commitdiff_plain/a43cc90b79e0b17302c74982270e29a4b93f5f0f fix background scrolling --- 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 {