Results 1 issues of Melody

Maybe this can solve : SectionsContainer.js: ``` constructor(props) { super(props); this.state = { activeSection: props.activeSection, scrollingStarted: false, sectionScrolledPosition: 0, windowHeight: window.innerHeight //modify 0 to window.innerHeight }; ```