Adjust leap mobile height

This commit is contained in:
Gavin Atkinson 2020-11-03 17:23:47 -08:00
parent f6e0f5b7d0
commit d7b5bed21c

View File

@ -216,7 +216,7 @@ export class Omnibox extends Component {
renderResults() {
const { props, state } = this;
return <Box
maxHeight="400px"
maxHeight={['200px', "400px"]}
overflowY="auto"
overflowX="hidden"
borderBottomLeftRadius='2'