I have been utilizing the ng-bootstrap library from https://ng-bootstrap.github.io. I am trying to customize the dropdown styles and modify some CSS properties for the typeahead component. However, I am unable to locate where I can make these changes.
Code:
<input id="sys_id" type="text" formControlName="sys_id" class="form-input" [ngbTypeahead]="search"/>
For instance, I would like to alter the following:
<ngb-typeahead-window class="dropdown-menu show" role="listbox" id="ngb-typeahead-0" style="position: absolute; top: 0px; left: 0px; transform: translate(199px, 354px);"><!----><!--bindings={
</ngb-typeahead-window>