caseywebdev / react-list

:scroll: A versatile infinite scroll React component.

Home Page:https://caseywebdev.github.io/react-list

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Have two items and problem height

Kittinutz opened this issue · comments

 <div id="search-input-body-box" style={{ overflow: 'auto', maxHeight: 'calc(100% - 45px)' }}>
      <ReactList
        threshold={200}
        itemRenderer={RenderItem({ options, columns, ...props })}
        length={options.length || 1} // if no options will return 1 to activate `ReactList` to render default item.
        type="variable"
      />
    </div>

Gif
oct-19-2561 12-04-51

please tell me how to fix this thx