if (this.maxSizeConfig.maxHeight) {
      this.renderer.setStyle(this.el.nativeElement, 'max-height', this.maxSizeConfig.maxHeight);
    }