I would like to make my current activityList contents be contained within a box where you are able to scroll within it.
I tried myself with this jsFiddle.
When there are a lot of contents though, it just don’t care about the settings or give me a scrollbar with all contents inside.
Try adding
overflow: auto;