diff --git a/src/components/inputs/AutocompleteInput.jsx b/src/components/inputs/AutocompleteInput.jsx index 70ac561..8f4ed3e 100644 --- a/src/components/inputs/AutocompleteInput.jsx +++ b/src/components/inputs/AutocompleteInput.jsx @@ -54,7 +54,8 @@ class AutocompleteInput extends React.Component { menuStyle={{ position: "fixed", overflow: "auto", - maxHeight: this.state.maxHeight + maxHeight: this.state.maxHeight, + zIndex: '998' }} wrapperProps={{ className: "maputnik-autocomplete",