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

View File

@@ -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",