-
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] Popover is placed above header (z-index) #4756
Comments
This issue visually looks like a bug but is not. In some situations, the popover can be very close to the top of a page and once we open it we can't read the content because it would slip underneath the EuiHeader. Having the EuiPopover with a higher |
I reponed the issue and added a discussion label because I think these two scenarios from #3398 could be prevented if both EuiPopover's were implemented with the For example, nowadays in Kibana, the popover of the example above is positioned So lowering the EuiPopover @cchaos @myasonik @thompsongl any thoughts? |
I talked offline with @miukimiu about this and how complicated it gets for consumers to remember the exact settings when their popover is near the header. Right now, at least the contents within the popover will always be visible no matter the placement and that's the main thing. Yes it looks funny when you scroll and the popover is above a fixed header. But I don't think this problem is easily solved unless we get a context wrapper that manages all the layered/fixed position/portalled elements. |
👋 Hey there. This issue hasn't had any activity for 180 days. We'll automatically close it if that trend continues for another week. If you feel this issue is still valid and needs attention please let us know with a comment. |
❌ We're automatically closing this issue due to lack of activity. Please comment if you feel this was done in error. |
to reproduce:
or
The text was updated successfully, but these errors were encountered: