mirror of
https://github.com/urbit/shrub.git
synced 2024-12-25 04:52:06 +03:00
Adjust leap mobile height
This commit is contained in:
parent
f6e0f5b7d0
commit
d7b5bed21c
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user