Make sidebar scrollable

This commit is contained in:
StefMa
2019-07-24 08:43:45 +02:00
parent ddc1a2f374
commit 8bb243ff64

View File

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