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
commit c9a0c0400e
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={{
position: "fixed",
overflow: "auto",
maxHeight: this.state.maxHeight
maxHeight: this.state.maxHeight,
zIndex: '998'
}}
wrapperProps={{
className: "maputnik-autocomplete",