aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r/templates/layout.html
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2014-06-01 15:03:58 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2014-06-01 15:03:58 +0200
commitac49b3f986ffdafef8d7d93026d494b35bde2def (patch)
treedeb803bc4cda2346708102834fb75c9ebe72e770 /pyaggr3g470r/templates/layout.html
parentHide the sidebar on small and extra small screens. (diff)
downloadnewspipe-ac49b3f986ffdafef8d7d93026d494b35bde2def.tar.gz
newspipe-ac49b3f986ffdafef8d7d93026d494b35bde2def.tar.bz2
newspipe-ac49b3f986ffdafef8d7d93026d494b35bde2def.zip
Autoscroll for the sidebar.
Diffstat (limited to 'pyaggr3g470r/templates/layout.html')
-rw-r--r--pyaggr3g470r/templates/layout.html7
1 files changed, 5 insertions, 2 deletions
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%;
bgstack15