if ( this._hasScroll() ) {
            base = this.active.offset().top;
            height = this.element.innerHeight();

            // jQuery 3.2 doesn't include scrollbars in innerHeight, add it back.