mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-12-28 18:21:17 +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
|
||||
menuStyle={{
|
||||
position: "absolute",
|
||||
position: "fixed",
|
||||
overflow: "auto",
|
||||
maxHeight: this.state.maxHeight
|
||||
}}
|
||||
|
|
Loading…
Reference in a new issue