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

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:
https://github.com/WordPress/gutenberg/blob/c2ea1b27df08117dbf53200630e8a627f4479df1/packages/base-styles/_z-index.scss#L91-L92
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. 馃
@shaunandrews
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.
Most helpful comment
Mainly so the parent selector button would be visible.