-
Notifications
You must be signed in to change notification settings - Fork 843
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
EuiBottomBar needs a container
prop similar to EuiPopover
#1877
Comments
Per discussion with @joshdover, to use I think there should be a core-level solution in Kibana so people don't need to reimplement this brittle ad hoc solution. Maybe this could be a global service like toasts, or it could be a utility component that consumers can instantiate, e.g. |
This reminded me of something similar we had to do with Flyouts awhile ago. The answer was mostly to just use css overwrites, which as @cjcenizal correctly mentions is fairly brittle. All that said, they generally have stood up fairly well over time, and it's probably OK for the short term in y'all are blocked. I know we all want something better, but it surprisingly has been pretty resilient since its introduction sometime in the late 6.x range. Likely there's something you can do with sibling selectors to make something similar depending upon the selectors applied. https://github.com/elastic/kibana/blob/master/src/core/public/chrome/ui/header/_index.scss#L11-L21 |
Closing this issue as we'll be deprecating EuiBottomBar for EuiControlBar and with the replacement of EuiNavdrawer with EuiCollapsibleNav, this request is outdated. |
.. to restrict it's bounds to or to sit inside of.
We can't yet use the EuiBottomBar in Kibana because it's always portaled and sits on top of the nav drawer and any flyouts.
The text was updated successfully, but these errors were encountered: