Skip to content
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

Bug - Table - Opening a table action menu causes a scrollbar to appear #8475

Closed
jgyselov opened this issue Dec 23, 2022 · 0 comments · Fixed by #8521
Closed

Bug - Table - Opening a table action menu causes a scrollbar to appear #8475

jgyselov opened this issue Dec 23, 2022 · 0 comments · Fixed by #8521
Assignees
Labels
bug PF4 React issues for the PF4 core effort
Milestone

Comments

@jgyselov
Copy link

Describe the problem

When opening an action menu in a table wrapped in an element with overflow: auto set it triggers a scrollbar around the table and the action menu is not properly visible - you have to scroll to see the action menu items.

How do you reproduce the problem?

Codesandbox demonstrating the problem.

Expected behavior

The table action menu should always be visible and not trigger a scrollbar.

Is this issue blocking you?

Yes. With a custom dropdown cell, the workaround would be to use the menuAppendTo prop, however there is no option to add that to the table action menu.

Screenshots

Expected:

image

Actual:

image

What is your product and what release date are you targeting?

Assisted Installer, no target release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug PF4 React issues for the PF4 core effort
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants