Another way to remove this function is to use the EXTRA.css template. I prefer this option because I can quickly see what changes I have made to the default XenForo style.
Add this to your EXTRA.css template.
Code:
/****************************************/
/* quote box max height */
/****************************************/
.bbCodeQuote .quoteContainer .quote {
max-height: 100% !important;
}