Annoying Scroll behavior in Gutenberg #11578
Labels
General Interface
Parts of the UI which don't fall neatly under other labels.
[Status] Duplicate
Used to indicate that a current issue matches an existing one and can be closed
[Type] Bug
An existing feature does not function as intended
Describe the bug
I found Gutenberg introduces three partly overlapping scroll-able areas, of which two are new. One area is the page as a whole. The new ones are the sidebar and the content (block) area, within that page area.
I like that I can scroll the sidebar separate from the part in which the blocks live, but now I have a new problem, since the not all the scroll-area’s are contained by the height of my viewport. The page as a whole and the sidebar are contained by the viewport, but the contentblock area lives in the page-length instead.
That is a problem, since now, if I wan’t to go to the end of my content (or see the meta-blocks below it), I now have to scroll twice in two separate area’s before I see that part of the page.
First I go all the way down in the contentblock-area, and than the part that isn’t yet shown (because it is below the viewport), becomes only visible when I also scroll the page as a whole.
I find that not that confusing, less user friendly and at the least not very inefficient. Probably it will end up being annoying.
Thanks for all the good in Gutenberg, but can you change this problem?
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I would like to scroll down in the content part of the page and get to the bottom in that way.
Screenshots
Desktop (please complete the following information):
Additional context
/wordpress.
The text was updated successfully, but these errors were encountered: