Fix sidebar scrolling

This commit is contained in:
Guillaume Wuip 2014-12-20 15:16:33 +01:00
parent d7c05d3f9a
commit f0cb9d1c2b

View file

@ -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
*/