-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
z index in table header #1919
Comments
I have the same issue. It happens when container has |
Hi @foodaka and @futbolistua we don't have plans to fix this for 1.0 as it would require a bigger change to the project. As @futbolistua pointed out this issue happens if the container has overflow hidden. In order to fix this the dropdown would have to be a fixed element and be programmatically positioned based on the input area. |
ok thanks for the reply |
This is not a feature, is a major bug. |
I have the same issue with |
Any ETA on this? This is very important for many apps. |
👍 |
What is the progress in this? I am also looking for this use case. |
me too with react-table |
@TakioN I was also looking for it to work with react-table. This helped me, #810 (comment) |
@sabbiu thank you for the info |
getTableProps={() => { |
@DonkovtsevArthur great, thanks for the info |
Would someone be able to post a working example of the two together? |
Hi there, cant seem to find this anywhere. I have my react select in a table header. and the content does not flow above the table row when select is open.
ive tried many variations of still cant get it. any suggestions?
.select-hack { position: relative; width: 100%; margin-bottom: 20px; border-collapse: separate; :global .Select { position: absolute !important; width: 100%; z-index: 999 !important; } }
The text was updated successfully, but these errors were encountered: