Make sidebar scrollable (#316)

* Make sidebar scrollable

Make sidebar scrollable.

* Update CHANGELOG.rst

Fixes #318
This commit is contained in:
Richard Coates 2018-01-25 17:34:37 +01:00 committed by 0livd
parent 34a2161650
commit 830718e1fe
2 changed files with 2 additions and 0 deletions

View file

@ -10,6 +10,7 @@ Fixed
===== =====
- Fix the "IOError" crash when running `ihatemoney generate-config` (#308) - Fix the "IOError" crash when running `ihatemoney generate-config` (#308)
- Made the left-hand sidebar scrollable (#318)
2.0 (2017-12-27) 2.0 (2017-12-27)

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) {