Using CSS we have a panel with overflow:auto. For some unknown reason the panel that contains the scrolling elements is nearly twice as big as it should be. The panel uses ajax to load in more content and no matter how big the scrollable div needs to be it doubles in size.
Share
This is being caused by
#coursepack .dircore a .tithaving aheightof100%.Removing this height solves your problem.
Here’s a Working Example.