if (this.get('horizontal')) {
      const horizontalScrollbar = new Horizontal({
        scrollbarElement: this.element.querySelector(`${scrollbarSelector}.horizontal`),
        contentElement: this._contentElement
      });