Merge pull request #63 from StefMa/fix_sidebar_scroll

Make sidebar scrollable
This commit is contained in:
Stefan M
2019-07-24 08:47:05 +02:00
committed by GitHub

View File

@@ -78,6 +78,7 @@ Sidebar Styles
transform: translateX(-281px);
transition: all .3s;
z-index: 10000;
overflow-y: auto;
&.is-active {
transform: translateX(0);
}