Skip to content

Commit 814b272

Browse files
author
cssninja
authored
Merge pull request #11 from StefMa/patch-1
Make sidebar scrollable if content is to big
2 parents 08932cf + cdb5f29 commit 814b272

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scss/partials/_sidebar.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ Sidebar Styles
7878
transform: translateX(-281px);
7979
transition: all .3s;
8080
z-index: 10000;
81+
overflow-y: auto;
8182
&.is-active {
8283
transform: translateX(0);
8384
}
@@ -177,4 +178,4 @@ Sidebar Styles
177178
display: none;
178179
}
179180
}
180-
}
181+
}

0 commit comments

Comments
 (0)