From ac49b3f986ffdafef8d7d93026d494b35bde2def Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Sun, 1 Jun 2014 15:03:58 +0200 Subject: Autoscroll for the sidebar. --- pyaggr3g470r/templates/layout.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'pyaggr3g470r/templates/layout.html') diff --git a/pyaggr3g470r/templates/layout.html b/pyaggr3g470r/templates/layout.html index d3162886..1e02ae6f 100644 --- a/pyaggr3g470r/templates/layout.html +++ b/pyaggr3g470r/templates/layout.html @@ -39,9 +39,12 @@ deployed on Heroku or on a traditional server." /> /* First level of nav */ .sidenav { margin-top: 60px; - margin-bottom: 30px; + margin-bottom: 0px; padding-top: 10px; - padding-bottom: 10px; + padding-bottom: 0px; + overflow-y: auto; + height: 90%; + z-index: 1000; background-color: #ffffff; border-radius: 2px; font-size: 90%; -- cgit