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

Cover: Alternate approach to handling border support in editor #40774

Closed
wants to merge 2 commits into from

Commits on May 16, 2022

  1. Alternate approach to handling border support in editor

    The use of ResizableBox within the Cover block wrapper causes problems when the wrapper may have a border applied to it. Additionally, clipping the content via overflow: hidden also cuts off the drag handle. The approach in this commit attempts to avoid these.
    aaronrobertshaw committed May 16, 2022
    Configuration menu
    Copy the full SHA
    9e795fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2160121 View commit details
    Browse the repository at this point in the history