-
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
[APM] Context Tabs jumping height fix #32351
[APM] Context Tabs jumping height fix #32351
Conversation
…tab with the largest rendered height
💚 Build Succeeded |
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.
Awesome change. This has been annoying me for so long!! 🎉
/> | ||
); | ||
}; | ||
|
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.
Can you move this component to its own file?
@ogupte Great stuff! So looking forward to finally fixing this nuisance. |
💚 Build Succeeded |
* [APM] fixes elastic#18144 by setting the container min-height to the tab with the largest rendered height * [APM] moved HeightRetainer into its own shared component module
[APM] fixes #18144 by setting the container min-height to the tab with the largest rendered height