-
-
Notifications
You must be signed in to change notification settings - Fork 336
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
CellHeader dropdown floats above the sidebar #594
Comments
Assuming issues can be fixed in semi-related features, I can fix this in my PR (#584) |
@asharonbaltazar This issue can be taken up and fixed separately. Thanks for reporting this! |
Can I take it then? Please assign it to me. |
@asharonbaltazar Sure, assigned to you, thanks! |
@asharonbaltazar I presume for positioning the dropdown, you are passing down the target to the portal action. In this particular case, it's okay for the dropdown to not slide under the cell indexes. |
Suggestions to fix this issue This issue is a side-effect of the dropdown attaching by default to the body. This ensures it always appears over other elements. There are two ways, this can be resolved:
Either of these approaches should only be applied on the column dropdowns, and not commonly to the dropdown component. |
I'm closing because this will be irrelevant when we implement the Table Inspector. |
Description
The
<CellHeader />
dropdown appears above the sidebarExpected behavior
The dropdown should slide underneath the menu.
To Reproduce
Open a dropdown and scroll left.
Environment
Additional context
The text was updated successfully, but these errors were encountered: