meriadec
7 years ago
No known key found for this signature in database
GPG Key ID: 1D2FC2305E2CB399
1 changed files with
0 additions and
6 deletions
-
src/components/base/Box/index.js
|
|
@ -77,12 +77,6 @@ Card.defaultProps = { |
|
|
|
title: undefined, |
|
|
|
} |
|
|
|
|
|
|
|
export const GrowScroll = (props: *) => ( |
|
|
|
<Box grow relative> |
|
|
|
<Box sticky scroll {...props} /> |
|
|
|
</Box> |
|
|
|
) |
|
|
|
|
|
|
|
type TabbableState = { |
|
|
|
isFocused: boolean, |
|
|
|
} |
|
|
|