Merge branch 'master' into stable-keys

This commit is contained in:
Kim Gardner
2017-09-13 12:35:12 +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,