Skip to content
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

[k7][UI Framework]: Figure out bottom bar padding issues. #14180

Closed
snide opened this issue Sep 26, 2017 · 1 comment
Closed

[k7][UI Framework]: Figure out bottom bar padding issues. #14180

snide opened this issue Sep 26, 2017 · 1 comment
Assignees
Labels
Team:Platform-Design Team Label for Kibana Design Team. Support the Analyze group of plugins.

Comments

@snide
Copy link
Contributor

snide commented Sep 26, 2017

Bottom bar uses fixed position on the screen. This means it will often overlap content at the bottom of the normally rendered page. We should find some way to apply a bottom padding (bottom bar height + $kuiSizeL) to the bottom of the page to account for it.

Possibilities I can think of:

  • Do a domNode check and just apply a class to the body. Only one body in a page, so should be ok.
  • Make some sort of prop on a body component to account for this kind of thing. Lower level item would need to talk up the chain.
@cjcenizal cjcenizal mentioned this issue Sep 26, 2017
51 tasks
@jbudz jbudz added the Team:Platform-Design Team Label for Kibana Design Team. Support the Analyze group of plugins. label Oct 5, 2017
@snide
Copy link
Contributor Author

snide commented Oct 25, 2017

Closed in favor of elastic/eui#49

@snide snide closed this as completed Oct 25, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Team:Platform-Design Team Label for Kibana Design Team. Support the Analyze group of plugins.
Projects
None yet
Development

No branches or pull requests

3 participants