IScroll 有侧边 滑动的时候,就上下滚动不了了。

其他地方都可以滚动,还有滚动不到最底部数据在最下面都加载的看不到。。react的求大神!!!!

        this.scroll = new IScroll(this.refs.content2, {
            click: true,
            tap: true              
        });
        this.scroll.on('scrollStart', ()=>{
            this.refreshScroll();
        })
    }![图片说明](https://img-ask.csdn.net/upload/201711/15/1510711048_688842.png)

```需要怎么实现侧滑那个地方可以上下滚动。![图片说明](https://img-ask.csdn.net/upload/201711/15/1510711132_741498.png)
这个底部也滑不到底部去啊!!!!!  

因为isscroll默认底部还有加载数据,所以滑不到,你可以通过定位方式解决