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

Document Overview overflowing #49610

Closed
cawa-93 opened this issue Apr 5, 2023 · 2 comments · Fixed by #49611
Closed

Document Overview overflowing #49610

cawa-93 opened this issue Apr 5, 2023 · 2 comments · Fixed by #49611
Assignees
Labels
[Feature] List View Menu item in the top toolbar to select blocks from a list of links. [Type] Bug An existing feature does not function as intended

Comments

@cawa-93
Copy link
Contributor

cawa-93 commented Apr 5, 2023

Description

When Document Overview has 7 or more nesting levels, viewing tree starts overflow panel.
зображення

Since whole panel have overflow-x: hidden there impossible to reach to any dropdown menu on any block

зображення

Simple solution

.edit-post-editor__list-view-panel-content {
- overflow-x: hidden;
+ overflow-x: auto;
}

Step-by-step reproduction instructions

Create document with many nested layers with long blocks names

Screenshots, screen recording, code snippet

No response

Environment info

  • WordPress 6.2

Please confirm that you have searched existing issues in the repo.

Yes

Please confirm that you have tested with all plugins deactivated except Gutenberg.

Yes

cawa-93 added a commit to cawa-93/gutenberg that referenced this issue Apr 5, 2023
@github-actions github-actions bot added the [Status] In Progress Tracking issues with work in progress label Apr 5, 2023
@kathrynwp kathrynwp added [Type] Bug An existing feature does not function as intended [Feature] List View Menu item in the top toolbar to select blocks from a list of links. labels Apr 5, 2023
@talldan
Copy link
Contributor

talldan commented Apr 6, 2023

Thanks for reporting and working on this. There are some related PRs:

It might be good to coordinate efforts between you and the other contributors (@andrewserong @scruffian)

@andrewserong
Copy link
Contributor

andrewserong commented Apr 6, 2023

Thanks for writing up the issue and working on a fix @cawa-93! I'll give your PR a review today.

This idea for a fix sounds consistent with the other two PRs that Dan linked to above, as you're looking at fixing up the scrolling behaviour for the post editor, where #49508 looks at the site editor, and #49600 is looking at overall spacing for nesting levels.

@priethor priethor removed the [Status] In Progress Tracking issues with work in progress label May 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Feature] List View Menu item in the top toolbar to select blocks from a list of links. [Type] Bug An existing feature does not function as intended
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants