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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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; |
|
|
|
|