Browse Source

Merge pull request #9666 from abpframework/fix/angular-typeahead

fix: add dropdown-menu to typeahead-window selector
pull/9667/head
Mehmet Erim 5 years ago
committed by GitHub
parent
commit
d9e63be6ee
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      npm/ng-packs/packages/theme-shared/src/lib/constants/styles.ts

2
npm/ng-packs/packages/theme-shared/src/lib/constants/styles.ts

@ -149,7 +149,7 @@ export default `
.ngx-datatable.material {
box-shadow: none;
}
ngb-typeahead-window {
ngb-typeahead-window, ngb-typeahead-window.dropdown-menu {
max-height: 25em;
overflow-y: scroll !important;
z-index: 1050;

Loading…
Cancel
Save