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 /ihatemoney/static | |
| 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
Diffstat (limited to 'ihatemoney/static')
| -rw-r--r-- | ihatemoney/static/css/main.css | 1 |
1 files changed, 1 insertions, 0 deletions
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) { |
