webrix icon indicating copy to clipboard operation
webrix copied to clipboard

Support all native props

Open ykadosh opened this issue 4 years ago • 0 comments

Add support for all native div props on Scrollable. This should be done in Scrollable.jsx, roughly like so:

<div {...props} className={className('scrollbar', className)} style={style} onScroll={this.handleOnScroll}>

ykadosh avatar Apr 22 '21 22:04 ykadosh