mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-13 08:38:43 +03:00
leap: results use overflow auto
This commit is contained in:
parent
4894fa2cca
commit
15e91602c1
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user