diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 9aa61bef..efd0648b 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -10,6 +10,7 @@ Fixed ===== - Fix the "IOError" crash when running `ihatemoney generate-config` (#308) +- Made the left-hand sidebar scrollable (#318) 2.0 (2017-12-27) diff --git a/ihatemoney/static/css/main.css b/ihatemoney/static/css/main.css index b0120ca9..4b35b376 100644 --- a/ihatemoney/static/css/main.css +++ b/ihatemoney/static/css/main.css @@ -74,6 +74,7 @@ body { background-repeat: no-repeat; height: 100%; color: black; + overflow-y: scroll; } @media (min-width: 768px) {