omnibox: add overflow: scroll on vertical

This commit is contained in:
Matilde Park 2020-07-30 21:04:45 -04:00
parent 8230b02ad3
commit 8e1274caf3

View File

@ -181,7 +181,7 @@ export class Omnibox extends Component {
const { props, state } = this;
const categoryResult = [];
const renderResults = <Box maxHeight="400px">
const renderResults = <Box maxHeight="400px" overflowY="scroll">
{categoryResult}
</Box>;