mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-15 10:02:47 +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;
|
const { props, state } = this;
|
||||||
return <Box
|
return <Box
|
||||||
maxHeight="400px"
|
maxHeight="400px"
|
||||||
overflowY="scroll"
|
overflowY="auto"
|
||||||
overflowX="hidden"
|
overflowX="hidden"
|
||||||
borderBottomLeftRadius='2'
|
borderBottomLeftRadius='2'
|
||||||
borderBottomRightRadius='2'
|
borderBottomRightRadius='2'
|
||||||
|
Loading…
Reference in New Issue
Block a user