7NZ

Results 2 issues of 7NZ

> // Responsive layout, resizing the items $('#foo4').carouFredSel({ responsive: true, width: '100%', scroll: 2, items: { width: 400, // height: '30%', // optionally resize item-height visible: { min: 2, max:...

I use react-infinite-scroll-component in antd's [Modal](https://ant-design.antgroup.com/components/modal/) component. I want to scroll list to the top in some scenario, So I used `scrollableTarget` prop and use ref on target div element....