diff options
| author | Richard Coates <prefecttophat@gmail.com> | 2018-01-25 17:34:37 +0100 |
|---|---|---|
| committer | 0livd <github@destras.fr> | 2018-01-25 17:34:37 +0100 |
| commit | 830718e1fe5f18959f455a696ebc2172a2d5f253 (patch) | |
| tree | b7bf7c1b64a522a88e8b1eb30e6631a3be701d75 | |
| parent | 34a21616506402c764d481cc7a28e2b9818518f9 (diff) | |
| download | ihatemoney-mirror-830718e1fe5f18959f455a696ebc2172a2d5f253.zip ihatemoney-mirror-830718e1fe5f18959f455a696ebc2172a2d5f253.tar.gz ihatemoney-mirror-830718e1fe5f18959f455a696ebc2172a2d5f253.tar.bz2 | |
Make sidebar scrollable (#316)
* Make sidebar scrollable
Make sidebar scrollable.
* Update CHANGELOG.rst
Fixes #318
| -rw-r--r-- | CHANGELOG.rst | 1 | ||||
| -rw-r--r-- | ihatemoney/static/css/main.css | 1 |
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) { |
