I am using NgbTypeahead component of ng-bootstrap. My problem is, when I put the typeahead component inside a scrollable component and make a scroll down, the position of dropdo
To add a vertical scroll bar to typeahead results, you can use something this:
ngb-typeahead-window.dropdown-menu { max-height: 500px !important; overflow-y: auto; }