mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-01 18:52:23 +02:00
Make sidebar scrollable (#316)
* Make sidebar scrollable Make sidebar scrollable. * Update CHANGELOG.rst Fixes #318
This commit is contained in:
parent
34a2161650
commit
830718e1fe
2 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
|
|
|
@ -74,6 +74,7 @@ body {
|
|||
background-repeat: no-repeat;
|
||||
height: 100%;
|
||||
color: black;
|
||||
overflow-y: scroll;
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
|
|
Loading…
Reference in a new issue