Merge pull request #945 from coralproject/fix-edit-animation

Fix edit animation
This commit is contained in:
Kim Gardner
2017-09-13 12:34:42 +01:00
committed by GitHub
2 changed files with 5 additions and 0 deletions
@@ -1,3 +1,7 @@
.root {
position: relative;
}
.bodyLeave {
position: absolute;
width: 100%;
@@ -7,6 +7,7 @@ export default ({children, body}) => {
return (
<CSSTransitionGroup
component={'div'}
className={styles.root}
transitionName={{
enter: styles.bodyEnter,
enterActive: styles.bodyEnterActive,