-
Notifications
You must be signed in to change notification settings - Fork 59
Open
Description
Just like the title , when I type the code like this:
<ReactIScroll iScroll={iScroll}
options={iScrollOptions}
onRefresh={this._handleScrollRefresh}
onScrollStart={this._handleScrollStart}
probeType={2}
onScrollEnd={this._handleScrollEnd}>
<div style={{width: "100%"}}>
<ul>
<li><img src="xxx" alt=""/></li>
<li><img src="xxx" alt=""/></li>
<li><img src="xxx" alt=""/></li>
</ul>
</div>
</ReactIScroll>
and then I can't scroll, could you tell me how to fixed it? thx
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels