constructor(props) {
    super(props);
    this.onWindowKeyUp = this.onWindowKeyUp.bind(this);
    this.onWindowResize = this.onWindowResize.bind(this);
    this.scrollOffset = null;