Adjust left positioning of the left-panel to unobscure sroll-bar, change left panel overflow to overflow-y (#9544)

This commit is contained in:
Paul
2017-11-27 17:35:30 -08:00
committed by Sabe Jones
parent 03480ebfc7
commit 8895b70ffa

View File

@@ -52,11 +52,10 @@
height: 460px;
width: 320px;
top: 2.5em;
left: -22em;
left: -22.8em;
z-index: -1;
padding: 2em;
overflow: scroll;
overflow-y: auto;
h3 {
color: $white;
}