aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.rst1
-rw-r--r--ihatemoney/static/css/main.css1
2 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 9aa61be..efd0648 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 b0120ca..4b35b37 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) {