Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[8.x] [Inventory] Fix top empty space in side navigation when content…
… exceeds window height (#195756) (#195878) # Backport This will backport the following commits from `main` to `8.x`: - [[Inventory] Fix top empty space in side navigation when content exceeds window height (#195756)](#195756) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Irene Blanco","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-10-11T09:57:10Z","message":"[Inventory] Fix top empty space in side navigation when content exceeds window height (#195756)\n\n## Summary\r\n\r\nFixes https://github.com/elastic/kibana/issues/195203\r\n\r\n\r\nThis PR addresses an issue in the new Inventory plugin where the side\r\nnavigation displayed an unexpected empty space at the top whenever the\r\npage content exceeded the window height.\r\n\r\n\r\n|Before|After|\r\n|-|-|\r\n\r\n|![scroll_fix_before](https://github.com/user-attachments/assets/3eaa4aa5-d42c-4424-9bd4-4225c469c957)|![scroll_fix_after](https://github.com/user-attachments/assets/7a936c05-6c74-463d-b5d6-11e26ff9d191)|","sha":"095113faa51d16ea750eaef9c3b11cfe4c0db3a4","branchLabelMapping":{"^v9.0.0$":"main","^v8.16.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","backport:prev-minor","ci:project-deploy-observability","Team:obs-ux-infra_services","v8.16.0"],"title":"[Inventory] Fix top empty space in side navigation when content exceeds window height","number":195756,"url":"https://github.com/elastic/kibana/pull/195756","mergeCommit":{"message":"[Inventory] Fix top empty space in side navigation when content exceeds window height (#195756)\n\n## Summary\r\n\r\nFixes https://github.com/elastic/kibana/issues/195203\r\n\r\n\r\nThis PR addresses an issue in the new Inventory plugin where the side\r\nnavigation displayed an unexpected empty space at the top whenever the\r\npage content exceeded the window height.\r\n\r\n\r\n|Before|After|\r\n|-|-|\r\n\r\n|![scroll_fix_before](https://github.com/user-attachments/assets/3eaa4aa5-d42c-4424-9bd4-4225c469c957)|![scroll_fix_after](https://github.com/user-attachments/assets/7a936c05-6c74-463d-b5d6-11e26ff9d191)|","sha":"095113faa51d16ea750eaef9c3b11cfe4c0db3a4"}},"sourceBranch":"main","suggestedTargetBranches":["8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/195756","number":195756,"mergeCommit":{"message":"[Inventory] Fix top empty space in side navigation when content exceeds window height (#195756)\n\n## Summary\r\n\r\nFixes https://github.com/elastic/kibana/issues/195203\r\n\r\n\r\nThis PR addresses an issue in the new Inventory plugin where the side\r\nnavigation displayed an unexpected empty space at the top whenever the\r\npage content exceeded the window height.\r\n\r\n\r\n|Before|After|\r\n|-|-|\r\n\r\n|![scroll_fix_before](https://github.com/user-attachments/assets/3eaa4aa5-d42c-4424-9bd4-4225c469c957)|![scroll_fix_after](https://github.com/user-attachments/assets/7a936c05-6c74-463d-b5d6-11e26ff9d191)|","sha":"095113faa51d16ea750eaef9c3b11cfe4c0db3a4"}},{"branch":"8.x","label":"v8.16.0","branchLabelMappingKey":"^v8.16.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Irene Blanco <[email protected]>
- Loading branch information