componentWillUnmount () {
    if (this.props.shadowOnScroll) {
      window.removeEventListener('scroll', this.onScroll)
      window.removeEventListener('touchmove', this.onScroll)
    }