Merge pull request 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
commit 1bdd135386
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -54,7 +54,7 @@ class AutocompleteInput extends React.Component {
>
<Autocomplete
menuStyle={{
position: "absolute",
position: "fixed",
overflow: "auto",
maxHeight: this.state.maxHeight
}}