tbranyen / hyperlist

A performant virtual scrolling list utility capable of rendering millions of rows

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

position: 'relative' on element

krunal-sheth opened this issue · comments

position: 'relative'

why is position:'relative' is set on element? I would like the position on the container element passed in is left alone - there is a need to use the list inside a drop down with lots of element and position:absolute is what i would like for those one not so common cases

Hi @krunal-sheth how would you propose this tool would work without using position: relative? The children are positioned absolutely to make it virtual.