typeahead.less 81 B

123456
  1. // typeahead max height
  2. .typeahead {
  3. max-height: 300px;
  4. overflow-y: auto;
  5. }