Sidebar expanded on mobile

This commit is contained in:
James Barnsley
2017-07-06 08:19:05 +12:00
parent 7c05d7c9e4
commit b57dc9cc3a
2 changed files with 4 additions and 3 deletions

View File

@ -228,7 +228,7 @@
right: 0;
bottom: 0;
left: 0;
background: rgba(10, 10, 10, 0.95);
background: $overlay_dark;
z-index: 1;
}

View File

@ -29,8 +29,9 @@
right: 0;
bottom: 0;
left: 220px;
background: rgba(0,0,0,0.2);
color: #FFFFFF;
background: $overlay_dark;
color: $white;
z-index: 99;
.open {
display: none;