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

List view: Add and handle a max-width for deep nesting cases #44603

Closed
jasmussen opened this issue Sep 30, 2022 · 1 comment
Closed

List view: Add and handle a max-width for deep nesting cases #44603

jasmussen opened this issue Sep 30, 2022 · 1 comment
Labels
[Feature] List View Menu item in the top toolbar to select blocks from a list of links. [Type] Enhancement A suggestion for improvement.

Comments

@jasmussen
Copy link
Contributor

Extracting from #35605: if you add deeply nested blocks to your canvas, the list view can expand beyond its boundaries. Video:

CleanShot.2021-10-13.at.10.56.00.mp4

There are some explorations in the ticket linked around how to handle that, including flattening the hierarchy as it bumps against the right edge, and adding a horizontal scrollbar when needed.

In the case of adding a scrollbar, the ellipsis on the right can potentially become fixed position, as suggested here:

It may be fine to start just with adding the scrollbar and seeing how often we encounter the overflow, and how pressing the handling of it is.

@jasmussen
Copy link
Contributor Author

Closing this as fixed by the addition of the scrollbar.

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] Enhancement A suggestion for improvement.
Projects
None yet
Development

No branches or pull requests

1 participant