this.props.toggle(true)}\n\t\t\t\t\t// onTouchStart={() => this.props.toggle(!this.props.active)}\n\t\t\t\t\t// onMouseLeave={() => this.props.toggle(false)}\n\t\t\t\t\tstyle={{\n\t\t\t\t\t\t...this.state.styles,\n\t\t\t\t\t\twidth: this.props.content.width ? this.props.content.width : 'auto',\n\t\t\t\t\t}}\n\t\t\t\t\tclassName={classname(\n\t\t\t\t\t\t'overflow-scrollbar--vertical scroll-horizontal',\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\t[this.props.content.className]: this.props.content.className,\n\t\t\t\t\t\t},\n\t\t\t\t\t)}\n\t\t\t\t>\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t