Merge pull request #63 from StefMa/fix_sidebar_scroll
Make sidebar scrollable
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user