infinite-table / infinite-react

The modern React DataGrid for building apps — faster
https://infinite-table.com
73 stars 5 forks source link

React-Select Dropdown renders under InfiniteTable header #49

Open georgeblue92 opened 2 years ago

georgeblue92 commented 2 years ago

Infinite Table Header is rendered over react-select dropdown. To fix this I've set the zIndex of the select component to a big number.

image