Merge pull request #282 from oterral/teo_fixed

Use a fixed position for autocomplete menu
This commit is contained in:
Orange Mug
2018-04-13 15:53:27 +01:00
committed by GitHub
+1 -1
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
}} }}