Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't scroll if I add the image tag into the scroll wrapper #44

Open
cnt1992 opened this issue Jan 22, 2017 · 0 comments
Open

Can't scroll if I add the image tag into the scroll wrapper #44

cnt1992 opened this issue Jan 22, 2017 · 0 comments

Comments

@cnt1992
Copy link

cnt1992 commented Jan 22, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant