Browse Source

feat: make typeahead window scrollable

pull/6682/head
Arman Ozak 5 years ago
parent
commit
16646978fc
  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

@ -151,6 +151,8 @@ export default `
}
ngb-typeahead-window {
width: 100%;
max-height: 25em;
overflow-y: scroll !important;
}
@keyframes fadeInTop {

Loading…
Cancel
Save