It would have been more helpful for others looking if you had posted the answer rather that "got it" update.....just saying.
How I'd do it....
bbcode_quote template find (first line):
Code:
<div style="margin:20px;
add class:
Code:
<div class="quotewithscrollbar" style="margin:20px;
save
Open style manager and scroll down to near bottom in "
Additional CSS Definitions" (second box) add:
Code:
.quotewithscrollbar {
max-height:200px;
overflow:auto;
}
Change height to your own desired needs.