mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-05 20:51:49 +02:00
Make sidebar scrollable
Make sidebar scrollable.
This commit is contained in:
parent
34a2161650
commit
4aef88bbce
1 changed files with 1 additions and 0 deletions
|
@ -74,6 +74,7 @@ body {
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
color: black;
|
color: black;
|
||||||
|
overflow-y: scroll;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: 768px) {
|
@media (min-width: 768px) {
|
||||||
|
|
Loading…
Reference in a new issue