scrollDocument: function(e) {
        var scrollTop = this.$document.scrollTop();
        this.calculateOffsets();
        if (scrollTop > this.offsetTop) {
          if (scrollTop < this.offsetBottom) {