mirror of
https://github.com/maputnik/editor.git
synced 2025-12-06 06:10:00 +00:00
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