Show scrollbar only when sidebar is too long (#800)

This commit is contained in:
Yangshun Tay 2018-06-24 22:05:21 -07:00 committed by Endilie Yacop Sucipto
parent 66b2033546
commit e4b9b9861b

View file

@ -1567,7 +1567,7 @@ input::placeholder {
height: calc(100vh - 50px);
position: -webkit-sticky;
position: sticky;
overflow-y: scroll;
overflow-y: auto;
top: 50px; /* Height of navbar */
}
}