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
+2 -1
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",