From 830718e1fe5f18959f455a696ebc2172a2d5f253 Mon Sep 17 00:00:00 2001 From: Richard Coates Date: Thu, 25 Jan 2018 17:34:37 +0100 Subject: [PATCH] Make sidebar scrollable (#316) * Make sidebar scrollable Make sidebar scrollable. * Update CHANGELOG.rst Fixes #318 --- CHANGELOG.rst | 1 + ihatemoney/static/css/main.css | 1 + 2 files changed, 2 insertions(+) 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) {