Merge branch 'master' into new-regexp-highlighter

This commit is contained in:
Kim Gardner
2017-09-13 12:43:29 +01:00
committed by GitHub
5 changed files with 57 additions and 55 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,