mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2025-01-01 02:53:15 +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={{
|
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",
|
||||||
|
|
Loading…
Reference in a new issue