meriadec
7 years ago
No known key found for this signature in database
GPG Key ID: 1D2FC2305E2CB399
1 changed files with
1 additions and
2 deletions
-
src/components/base/Modal/index.js
|
|
@ -178,13 +178,12 @@ export class Modal extends Component<Props> { |
|
|
|
})} |
|
|
|
> |
|
|
|
{(m, isVisible, isAnimated) => ( |
|
|
|
<Container isVisible={isVisible}> |
|
|
|
<Container isVisible={isVisible} onClick={preventBackdropClick ? undefined : onClose}> |
|
|
|
<Backdrop op={m.opacity} /> |
|
|
|
<GrowScroll |
|
|
|
alignItems="center" |
|
|
|
full |
|
|
|
justifyContent="flex-start" |
|
|
|
onClick={preventBackdropClick ? undefined : onClose} |
|
|
|
style={{ height: '100%' }} |
|
|
|
> |
|
|
|
<Wrapper |
|
|
|