Browse Source

remove width from and add z-index to ngb-typeahead-window styles

pull/9054/head
Arman Ozak 5 years ago
parent
commit
b7477bd74c
  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

@ -150,9 +150,9 @@ export default `
box-shadow: none;
}
ngb-typeahead-window {
width: 100%;
max-height: 25em;
overflow-y: scroll !important;
z-index: 1050;
}
@keyframes fadeInTop {

Loading…
Cancel
Save