Appreciate it, I actually found a good solution in the meantime that I might stick with. I'll share it here in case anyone searches and finds this post but another guy on the forum posted this:
add this to your headerinclude template:
PHP Code:
<vb:literal><style>
div.quote_container {max-height:180px;overflow:auto;}
</style></vb:literal>
editing max-height will change how big the quote box can be and will add a scroll bar to it.