We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb88696 commit a797d62Copy full SHA for a797d62
1 file changed
src/plugins/data/public/ui/typeahead/suggestions_component.tsx
@@ -154,7 +154,7 @@ export class SuggestionsComponent extends Component<Props> {
154
const StyledSuggestionsListDiv = styled.div`
155
${(props: { queryBarRect: DOMRect; verticalListPosition: string }) => `
156
position: absolute;
157
- z-index: 999;
+ z-index: 4001;
158
left: ${props.queryBarRect.left}px;
159
width: ${props.queryBarRect.width}px;
160
${props.verticalListPosition}`}
0 commit comments