Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Site Editor: restore block inserter previews #26583

Merged
merged 1 commit into from Oct 30, 2020

Commits on Oct 29, 2020

  1. Site Editor: restore block inserter previews

    The fix in WordPress#26432 accidentally broke block previews in the Inserter due to a naïve use of `overflow: hidden` to fix the overscroll with
    the block library open in the site editor
    
    A little testing revealed that the `.components-visually-hidden` element inside `.block-editor-inserter__tips` might be at the
    root of causing a browser bug due to its odd combination of styles. Trusty `position: relative` stabilized the rendering context
    and there was once again peace in the land.
    mattwiebe committed Oct 29, 2020
    Copy the full SHA
    031c069 View commit details
    Browse the repository at this point in the history