I created a fiddle and was hoping to enable scrolling, but I have been unable to find a solution.
http://jsfiddle.net/sq181h3h/3/
I tried both of these options, but nothing seems to be working:
#league_chat {
overflow-y:scroll;
}
#league_chat {
overflow-y:auto;
}