Block toolbar position broken for full-wide blocks in some themes. #14588
Labels
General Interface
Parts of the UI which don't fall neatly under other labels.
Needs Testing
Needs further testing to be confirmed.
[Type] Bug
An existing feature does not function as intended
[Type] Plugin Interoperability
Incompatibilities between a specific plugin and the block editor. Close with workaround notes.
This could end up being a Twenty Nineteen issue, but since it popped up recently (and nothing has changed in Twenty Nineteen), I figured I'd start here.
Lately, I've noticed that the block toolbar for full-aligned blocks appears cut off on mobile when using Twenty Nineteen:
There's also a bit of toolbar misplacement when editing the children of the cover image block on mobile:
There have been no recent updates to Twenty Nineteen's editor styles, so my guess is that this is due to a recent change in Gutenberg. It could theoretically be fixed by setting the
.block-editor-block-contextual-toolbar
position toleft: 0
andright: 0
in Twenty Nineteen's editor styles, but this sort of editor UI adjustment doesn't seem like the sort of thing theme styles should mess with.This exact issue does not appear in other themes, however a very similar issue appears if you view a full-wide image block in other Twenty- themes:
(Note, these themes do not declare full/wide block support, so to reproduce you need to create a full-aligned block in a different theme and then switch to these themes to view the error).
The text was updated successfully, but these errors were encountered: