Closed ryelle closed 5 months ago
This seems to be new with the Gutenberg update, because constrained blocks now get
position:relative
https://github.com/WordPress/gutenberg/blob/trunk/packages/block-library/src/group/style.scss#L6I'm not sure if we should unset the position:relative or adjust the top spacing on the sidebar.
Agreed that this is the root cause. Transferring this to Parent where I think we should set the .has-three-columns
class to position: relative
so that we have more control over the layout from that parent node. This will require changes in the sidebar container block too, and possibly changes in the consuming themes.
@adamwoodnz Is there anything else to wrap up for this issue?
Nope, we're done!
When scrolled to the top of the page, the table of contents sidebar is too far offset.
This seems to be new with the Gutenberg update, because constrained blocks now get
position:relative
https://github.com/WordPress/gutenberg/blob/trunk/packages/block-library/src/group/style.scss#L6I'm not sure if we should unset the position:relative or adjust the top spacing on the sidebar.