Make sidebar scrollable

Make sidebar scrollable.
This commit is contained in:
Richard Coates 2018-01-23 12:54:01 +01:00 committed by GitHub
parent 34a2161650
commit 4aef88bbce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -74,6 +74,7 @@ body {
background-repeat: no-repeat; background-repeat: no-repeat;
height: 100%; height: 100%;
color: black; color: black;
overflow-y: scroll;
} }
@media (min-width: 768px) { @media (min-width: 768px) {