Fix the sidebar height

This commit is contained in:
Guillaume Gomez 2017-10-11 20:08:17 +02:00
parent c0d40a1908
commit 9ce41f2544

View File

@ -171,10 +171,11 @@ nav.sub {
.sidebar {
width: 200px;
position: absolute;
position: fixed;
left: 0;
top: 0;
min-height: 100%;
height: 100vh;
overflow: auto;
}
.sidebar .current {