mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2025-01-01 04:03:18 +01:00
Use a fixed position for autocomplete menu
This commit is contained in:
parent
f205776695
commit
b62533fa3e
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ class AutocompleteInput extends React.Component {
|
||||||
>
|
>
|
||||||
<Autocomplete
|
<Autocomplete
|
||||||
menuStyle={{
|
menuStyle={{
|
||||||
position: "absolute",
|
position: "fixed",
|
||||||
overflow: "auto",
|
overflow: "auto",
|
||||||
maxHeight: this.state.maxHeight
|
maxHeight: this.state.maxHeight
|
||||||
}}
|
}}
|
||||||
|
|
Loading…
Reference in a new issue