From b7477bd74c14f6e43bf26a104dcd19a47b36f6dc Mon Sep 17 00:00:00 2001 From: Arman Ozak Date: Mon, 17 May 2021 14:49:51 +0300 Subject: [PATCH] remove width from and add z-index to ngb-typeahead-window styles --- npm/ng-packs/packages/theme-shared/src/lib/constants/styles.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npm/ng-packs/packages/theme-shared/src/lib/constants/styles.ts b/npm/ng-packs/packages/theme-shared/src/lib/constants/styles.ts index b8d0aef336..365d3adf52 100644 --- a/npm/ng-packs/packages/theme-shared/src/lib/constants/styles.ts +++ b/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 {