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

[EuiFlyoutResizable] Do not extend resize click area past flyout for flyouts with no overlays #8010

Merged
merged 2 commits into from
Sep 9, 2024

Commits on Sep 6, 2024

  1. [EuiFlyoutResizable] Tweak resize indicator to not exceed flyout bounds

    - flyouts with no overlay mask (push and ownFocus=false)
    
    - the goal of this is primarily to avoid avoid intercepting clicks on scrollbars or other content outside the flyout
    
    - keeping the centered behavior on flyouts w/ overlays, because those will close the entire flyout on outside click which is super disruptive, & we want to minimize that
    cee-chen committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    cfe8804 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2024

  1. changelog

    cee-chen committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    0fd78e6 View commit details
    Browse the repository at this point in the history