Setting overflow to auto fixes #1.

This commit is contained in:
Arpad Csanyi
2016-02-18 23:16:45 +01:00
parent ddc0b4a9dc
commit 41a6b095bd

View File

@@ -2,7 +2,7 @@
background-color: #f5f5f5;
border-right: 1px solid #ccc;
position: fixed;
overflow-y: scroll;
overflow-y: auto;
width: 250px;
height: 100%;
}