Merge pull request #455 from pathmapper/autocomplete_z-index

Add z-index to autocomplete
This commit is contained in:
Orange Mug
2018-10-31 18:21:15 +00:00
committed by GitHub

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