• When I first activated the plugin, I got the gray overlay with nothing showing in it. This was because my stylesheet adds overflow: hidden to .row.

    To ensure that your plugin’s CSS takes effect, all of the selectors should be prefixed with #wp-image-embeds-dialogBoxWrapper, e.g. #wp-image-embeds-dialogBoxWrapper .row.

    Specifically to fix this case, the styles for .row should include overflow: visible.

    While we’re at it, it’ll be good to reduce the size of the plugin’s stylesheet by removing unused styles.

  • The topic ‘Improved styling to avoid issues’ is closed to new replies.