Add z-index to autocomplete

This commit is contained in:
pathmapper 2018-10-31 18:53:15 +01:00 committed by GitHub
parent 9ffbe3a7a2
commit 419e62f69b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -54,7 +54,8 @@ class AutocompleteInput extends React.Component {
menuStyle={{ menuStyle={{
position: "fixed", position: "fixed",
overflow: "auto", overflow: "auto",
maxHeight: this.state.maxHeight maxHeight: this.state.maxHeight,
zIndex: '998'
}} }}
wrapperProps={{ wrapperProps={{
className: "maputnik-autocomplete", className: "maputnik-autocomplete",