• Resolved mohammedeisa

    (@mohammedeisa)


    Hi,

    I’m Mohammed from Editor Plus support team.

    While we were testing Editor Plus against other third-party plugins, we found that Gutentor overrides the default Gutenberg styles.

    As Editor plug and of course, other plugins depend on the default Gutenberg styles, the styles you added to override Gutenberg styles miss our UI.

    To reproduce this issue:
    – Install Gutentor and Editor Plus https://www.ads-software.com/plugins/editorplus/ on a fresh WordPress installation.
    – Create a new post.
    – Click the Editor Plus “Templates” button on top of the Gutenberg editor.
    – Search for the “Online Course Service Layer” template.
    – Click on the template image to preview it.
    – See that the template preview image overflow out of the popup.

    The style that causes this issue exists in/gutentor/dist/blocks.editor.build.css

    Here is the style:

    .components-modal__frame {
        border: medium none;
        overflow: inherit;
    }

    Removing the “overflow: inherit;” fixing this issue.

    I hope that this information helps you.

    Regards,
    Mohammed.

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Gutentor overrides the default Gutenberg styles which misses Editor Plus UI’ is closed to new replies.