-
Notifications
You must be signed in to change notification settings - Fork 841
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
[EuiPopover] Scrolling an open popover down stretches page height #6592
Comments
Thanks for the issue, we will investigate. |
@cqliu1 The EUI team is able to recreate the issue you're seeing on a local build. We're continuing to investigate the root cause and will keep you updated. |
Hi @cqliu1 - the underlying issue is that Here are a few options you could consider as a solution:
Hope that helps, and let us know if you have any questions! |
👋 This issue hasn't seen activity in 3 days, so we're automatically closing this issue as answered. Please leave a comment if that's not the case, or if you have any remaining questions or issues. |
This bug exists in Kibana as of 8.8.0. In elastic/kibana#145628, I isolated the scrolling on a dashboard to just the panel section, keeping the search/filter bar in view as you scroll down the dashboard. I noticed when I have an open popover with the
repositionOnScroll
flag on a panel lower on the dashboard and scroll it down out of view, it stretches the entire page's height and results in a double scrollbar with a white space below the panel section about the height of the popover. I didn't see this happening when I had a popover towards the top of the dashboard and scroll it up out of view.The text was updated successfully, but these errors were encountered: