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; top: 0;
bottom: 0; bottom: 0;
z-index: 3; z-index: 3;
overflow-y: auto;
width: 300px; width: 300px;
padding-top: 50px; padding-top: 50px;
background: #111; background: #111;
@ -172,7 +173,7 @@ body {
color: #fff; color: #fff;
text-decoration: none; text-decoration: none;
} }
/** /**
* Blocks * Blocks
*/ */