typeahead.scss 123 B

1234567891011
  1. // typeahead max height
  2. .typeahead {
  3. max-height: 300px;
  4. overflow-y: auto;
  5. }
  6. .typeahead strong {
  7. color: $yellow;
  8. }