-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[Dashboard] Fixes hidden add panel popover on smaller viewports #178593
[Dashboard] Fixes hidden add panel popover on smaller viewports #178593
Conversation
Pinging @elastic/kibana-presentation (Team:Presentation) |
8939e8a
to
c58f689
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
code review and tested in chrome
💚 Build Succeeded
Metrics [docs]Module Count
Async chunks
History
To update your PR or re-run it, just comment with: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Design changes LGTM.
…tic#178593) (cherry picked from commit be12500)
) (cherry picked from commit be12500)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation and see the Github Action logs for details |
#178593) (#178819) # Backport This will backport the following commits from `main` to `8.13`: - [[Dashboard] Fixes hidden add panel popover on smaller viewports (#178593)](#178593) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Catherine Liu","email":"catherine.liu@elastic.co"},"sourceCommit":{"committedDate":"2024-03-15T16:13:54Z","message":"[Dashboard] Fixes hidden add panel popover on smaller viewports (#178593)","sha":"be12500902702daadd364f2f2c20685708b989b8","branchLabelMapping":{"^v8.14.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Feature:Dashboard","release_note:fix","Team:Presentation","loe:small","impact:critical","v8.14.0","v8.13.1"],"title":"[Dashboard] Fixes hidden add panel popover on smaller viewports","number":178593,"url":"https://github.com/elastic/kibana/pull/178593","mergeCommit":{"message":"[Dashboard] Fixes hidden add panel popover on smaller viewports (#178593)","sha":"be12500902702daadd364f2f2c20685708b989b8"}},"sourceBranch":"main","suggestedTargetBranches":["8.13"],"targetPullRequestStates":[{"branch":"main","label":"v8.14.0","branchLabelMappingKey":"^v8.14.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/178593","number":178593,"mergeCommit":{"message":"[Dashboard] Fixes hidden add panel popover on smaller viewports (#178593)","sha":"be12500902702daadd364f2f2c20685708b989b8"}},{"branch":"8.13","label":"v8.13.1","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Catherine Liu <catherine.liu@elastic.co>
#178593) (#178820) # Backport This will backport the following commits from `main` to `8.13`: - [[Dashboard] Fixes hidden add panel popover on smaller viewports (#178593)](#178593) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Catherine Liu","email":"catherine.liu@elastic.co"},"sourceCommit":{"committedDate":"2024-03-15T16:13:54Z","message":"[Dashboard] Fixes hidden add panel popover on smaller viewports (#178593)","sha":"be12500902702daadd364f2f2c20685708b989b8","branchLabelMapping":{"^v8.14.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Feature:Dashboard","release_note:fix","Team:Presentation","loe:small","impact:critical","auto-backport","v8.14.0","v8.13.1"],"number":178593,"url":"https://github.com/elastic/kibana/pull/178593","mergeCommit":{"message":"[Dashboard] Fixes hidden add panel popover on smaller viewports (#178593)","sha":"be12500902702daadd364f2f2c20685708b989b8"}},"sourceBranch":"main","suggestedTargetBranches":["8.13"],"targetPullRequestStates":[{"branch":"main","label":"v8.14.0","labelRegex":"^v8.14.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/178593","number":178593,"mergeCommit":{"message":"[Dashboard] Fixes hidden add panel popover on smaller viewports (#178593)","sha":"be12500902702daadd364f2f2c20685708b989b8"}},{"branch":"8.13","label":"v8.13.1","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Catherine Liu <catherine.liu@elastic.co>
Summary
Closes #172490.
This restricts the height of the
Add panel
popover so it doesn't get pushed up and hidden under the unified search bar.Checklist
Delete any items that are not applicable to this PR.
Risk Matrix
Delete this section if it is not applicable to this PR.
Before closing this PR, invite QA, stakeholders, and other developers to identify risks that should be tested prior to the change/feature release.
When forming the risk matrix, consider some of the following examples and how they may potentially impact the change:
For maintainers