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

fix: prevent overlay from overlapping new application header #680

Merged
merged 1 commit into from
Oct 1, 2024

Conversation

virajsanghvi
Copy link
Contributor

@virajsanghvi virajsanghvi commented Sep 30, 2024

Description

Currently, the layers right pane was designed with the older header in mind, and pushed the page content to the left. The new page header isn't build for a static right pane, and because it is no longer fixed height, it is difficult to move the pushed flyout underneath it without things looking weird. Ideally, this flight was moved to become a panel, but to fix this bug in the short term, this just forces the flyout into overlay mode at the window width it starts creating problems.

Under this new breakpoint (1576, used to be 992), the experience looks like
image

Issues Resolved

N/A

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

Copy link
Member

@junqiu-lei junqiu-lei left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks @virajsanghvi

@junqiu-lei junqiu-lei added bug Something isn't working backport 2.x labels Oct 1, 2024
@junqiu-lei junqiu-lei merged commit c043733 into opensearch-project:main Oct 1, 2024
23 checks passed
opensearch-trigger-bot bot pushed a commit that referenced this pull request Oct 1, 2024
junqiu-lei pushed a commit that referenced this pull request Oct 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport 2.x bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants