diff -r 97536386b397 -r 57d63a248f0d client/src/components/SessionList.js --- a/client/src/components/SessionList.js Wed Aug 29 11:02:36 2018 +0200 +++ b/client/src/components/SessionList.js Fri Aug 31 15:14:18 2018 +0200 @@ -25,6 +25,10 @@ this.hide = this.hide.bind(this); } + componentWillMount() { + Modal.setAppElement('body'); +} + doSomething(e){ e.preventDefault(); console.log(e.target.innerHTML); @@ -102,27 +106,27 @@ render() { return (