this.wrapper = x}
152 | className={classes}
153 | style={this.props.style}>
154 |
this.content = x}
156 | style={{ ...this.props.contentStyle, ...style }}
157 | className={contentClasses}
158 | onTouchStart={this.handleTouchStart.bind(this)}
159 | onTouchMove={this.handleTouchMove.bind(this)}
160 | onTouchEnd={this.handleTouchEnd.bind(this)}
161 | onKeyDown={this.handleKeyDown.bind(this)}
162 | tabIndex={this.props.focusableTabIndex}
163 | >
164 | {children}
165 |
166 | {scrollbarY}
167 | {scrollbarX}
168 |
169 | }
170 |