It seems that the ReMoods theme is setting the height of the note list container to 35px:
I suggest the following userchrome.css:
:root .sidebar > div:first-child > div:first-child {
max-height: unset;
background: unset;
& > div {
max-height: unset;
}
}
1 Like