fix scrolling of sidebar

This commit is contained in:
Mark Otto 2015-05-28 20:05:48 -07:00
parent 67f2e77955
commit 9e1af0d743

View file

@ -37,6 +37,7 @@
width: 240px;
overflow-y: auto;
border-right: 1px solid #eee;
-webkit-transform: translated3d(0,0,0); // Ensure proper scrolling of sidebar
}
}