From f0cb9d1c2b73d0d4a570442b6b8f63612fd35f5e Mon Sep 17 00:00:00 2001 From: Guillaume Wuip Date: Sat, 20 Dec 2014 15:16:33 +0100 Subject: [PATCH] Fix sidebar scrolling --- static/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index 5c17a78..679c454 100644 --- a/static/style.css +++ b/static/style.css @@ -142,6 +142,7 @@ body { top: 0; bottom: 0; z-index: 3; + overflow-y: auto; width: 300px; padding-top: 50px; background: #111; @@ -172,7 +173,7 @@ body { color: #fff; text-decoration: none; } - + /** * Blocks */