mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-12-28 17:51:16 +01:00
Add z-index to autocomplete
This commit is contained in:
parent
9ffbe3a7a2
commit
419e62f69b
1 changed files with 2 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue