Depending on the number of modules per sidebar and the current resolution some of the sidebar modules' height calculations are off for modules with internally scrollable content. The two prime we see issues are circled in the image below:
Fixing this issue would also be a good chance for us to use Marionette to simplify these modules now that they're all Marionette views. We could add a super-view-class, that the various sidebar modules would inherit, which would handle the resizing of the individual sidebar modules rather than each one handling things in its own way.
Depending on the number of modules per sidebar and the current resolution some of the sidebar modules' height calculations are off for modules with internally scrollable content. The two prime we see issues are circled in the image below:
Fixing this issue would also be a good chance for us to use Marionette to simplify these modules now that they're all Marionette views. We could add a super-view-class, that the various sidebar modules would inherit, which would handle the resizing of the individual sidebar modules rather than each one handling things in its own way.