diff --git a/lib/Autocomplete.js b/lib/Autocomplete.js index fd25a96d..da69f3b0 100644 --- a/lib/Autocomplete.js +++ b/lib/Autocomplete.js @@ -43,6 +43,7 @@ let Autocomplete = React.createClass({ position: 'fixed', overflow: 'auto', maxHeight: '50%', // TODO: don't cheat, let it flow to the bottom + zIndex: 10, } } },