Browse Source
One does not simply align modals vertically. Sorry.
master
meriadec
7 years ago
No known key found for this signature in database
GPG Key ID: 1D2FC2305E2CB399
1 changed files with
1 additions and
1 deletions
-
src/components/base/Modal/index.js
|
|
@ -171,7 +171,7 @@ export class Modal extends Component<Props> { |
|
|
|
{(m, isVisible, isAnimated) => ( |
|
|
|
<Container isVisible={isVisible} onClick={preventBackdropClick ? undefined : onClose}> |
|
|
|
<Backdrop op={m.opacity} /> |
|
|
|
<GrowScroll alignItems="center" full justifyContent="center" style={{ height: '100%' }}> |
|
|
|
<GrowScroll alignItems="center" full py={8}> |
|
|
|
<Wrapper |
|
|
|
op={m.opacity} |
|
|
|
scale={m.scale} |
|
|
|