leap: results use overflow auto

This commit is contained in:
Matilde Park 2020-08-17 13:03:01 -04:00
parent 4894fa2cca
commit 15e91602c1

View File

@ -194,7 +194,7 @@ export class Omnibox extends Component {
const { props, state } = this;
return <Box
maxHeight="400px"
overflowY="scroll"
overflowY="auto"
overflowX="hidden"
borderBottomLeftRadius='2'
borderBottomRightRadius='2'