mirror of
https://github.com/maputnik/editor.git
synced 2026-01-01 11:00:00 +00:00
Merge pull request #282 from oterral/teo_fixed
Use a fixed position for autocomplete menu
This commit is contained in:
@@ -54,7 +54,7 @@ class AutocompleteInput extends React.Component {
|
||||
>
|
||||
<Autocomplete
|
||||
menuStyle={{
|
||||
position: "absolute",
|
||||
position: "fixed",
|
||||
overflow: "auto",
|
||||
maxHeight: this.state.maxHeight
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user