fix layout on narrow screens

This commit is contained in:
Nils Schneider 2015-03-26 00:30:26 +01:00
parent 0b00899e12
commit 789f9b7f7c

View file

@ -239,6 +239,7 @@
.sidebar .container { .sidebar .container {
overflow: visible; overflow: visible;
height: auto; height: auto;
padding-top: 1em;
} }
.sidebarhandle { .sidebarhandle {