This code will add a vertical scroll bar to your comment wall on all groups. You may want to adjust the scroll bar height to your preference.
Add this CSS to My Network/Settings/Appearance/Advanced CSS.
/* Scroll Bar for Comment Wall */
.xg_widget_groups_group_show #comments.xg_module_body{height: 1000px;overflow : auto;position:relative;}
Live Preview: here.