Use a fixed position for autocomplete menu

This commit is contained in:
oterral 2018-04-13 15:55:16 +02:00
parent f205776695
commit b62533fa3e

View file

@ -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
}} }}