Merge remote-tracking branch 'upstream/master' into fix/web-driver-tests-v8

Conflicts:
	src/styles/index.scss
This commit is contained in:
orangemug
2018-04-16 15:31:27 +01:00
7 changed files with 15 additions and 6 deletions

View File

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