Skip to content
This repository has been archived by the owner on Jan 15, 2019. It is now read-only.

Twenty Nineteen breaks the Gutenberg meta boxes area #564

Closed
afercia opened this issue Nov 12, 2018 · 0 comments
Closed

Twenty Nineteen breaks the Gutenberg meta boxes area #564

afercia opened this issue Nov 12, 2018 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@afercia
Copy link

afercia commented Nov 12, 2018

Tested on WP 5.0 (happens also on 4.9.8 with Twenty Nineteen added cloning the repo) and Yoast SEO activated:

The meta boxes area overlaps and almost completely hides the content area:

screenshot 2018-11-12 at 17 03 22

Activate Twenty Seventeen to double check: everything looks fine.

Suspected CSS rule:

.editor-styles-wrapper {
    overflow-x: hidden;
}
@kjellr kjellr self-assigned this Nov 12, 2018
@kjellr kjellr added the bug Something isn't working label Nov 12, 2018
kjellr added a commit that referenced this issue Nov 12, 2018
Fixes #564.

This PR moves our editor margin and overflow rules from the `.editor-styles-wrapper` to its child element instead: `.editor-writing-flow`. This should have no effect on the visual appearance/function of our editor styles, except that it allows Gutenberg's meta boxes (for instance, the Yoast SEO box) to flow beneath the content, instead of overlapping it.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants