Make the drawer scrollable

This commit is contained in:
flaburgan 2014-01-04 16:34:40 +01:00
parent 94888f70be
commit 0a31d61ccc

View file

@ -107,6 +107,14 @@ h3 {
}
}
}
nav {
position: fixed;
top: 45px;
bottom: 0px;
overflow: auto;
width: 100%;
}
li {
font-size: 25px;