You can achieve this by wrapping your dropdown inside a div and applying a max-height to div.
.ddDivWrap{ max-height: 180px; overflow-y: auto; width: 450px; }