-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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 Actions: Block Toolbar overlaps Document Titles #25803
Comments
I noticed the block-popover has z-index of 31, while the header in the interface skeleton has z-index of 30. It seems to be noted as intended to be above the header: gutenberg/packages/base-styles/_z-index.scss Lines 91 to 92 in c2ea1b2
However, it does not behave this way in the post editor. I tried to dig around a bit but am unsure why it behaves differently in the other editor. 🤔 |
I see that you introduced the code Addie mentioned above. Link to the commit and the pr. Do you happen to remember why we wanted the popover above the block list and the header? I'm making my way through the PR (it's pretty long) and, I might be missing something, but I can't seem to find more information about the reasoning 😅 |
Mainly so the parent selector button would be visible. |
This seems to be resolved by now: Screen.Recording.2021-02-25.at.14.52.40.mov |
Can confirm; This has been fixed. |
Describe the bug
When scrolling through the block editor, if a block toolbar is displayed, it can overlap the document actions labels.
To reproduce
Steps to reproduce the behavior:
Expected behavior
When scrolling through the block editor, the block toolbar does not overlap document actions labels.
Screenshots
The text was updated successfully, but these errors were encountered: