mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2025-03-24 03:57:36 +01:00
Merge pull request #282 from oterral/teo_fixed
Use a fixed position for autocomplete menu
This commit is contained in:
commit
1bdd135386
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…
Add table
Reference in a new issue