Since it didn't seem to get addressed,
To have a scroll bar on a left or right side shoutbox, (so it doesn't stretch for a mile down the page), the insanely simple fix.
In adv_portal_vbshout:
Find:
PHP Code:
<div id="vbshout">
Loading...
</div>
Replace with:
PHP Code:
<div id="vbshout" style="overflow:auto;height:350px;width:100%;">
Loading...
</div>
Replace the 350px with whatever size you want it to be. 350px worked well for my site.