mirror of
https://github.com/maputnik/editor.git
synced 2026-06-22 23:27:26 +00:00
Use a fixed position for autocomplete menu
This commit is contained in:
@@ -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
|
||||||
}}
|
}}
|
||||||
|
|||||||
Reference in New Issue
Block a user