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

Decrease EuiBottomBar z-index #4020

Closed
ryankeairns opened this issue Sep 8, 2020 · 1 comment
Closed

Decrease EuiBottomBar z-index #4020

ryankeairns opened this issue Sep 8, 2020 · 1 comment
Labels

Comments

@ryankeairns
Copy link
Contributor

ryankeairns commented Sep 8, 2020

It was reported in the new stacked header PR that the bottom bar is appearing above the nav in the Painless editor. Upon further investigation, this is also happening in Advanced Settings (example screenshots below) and can be traced back to 7.9.

I see that the z-index values were changed across several components in this PR, and it appears that EuiBottomBar was not included in that set of changes.

Screen Shot 2020-09-08 at 2 32 47 PM

Screen Shot 2020-09-08 at 2 32 28 PM

I presume it ought to have a z-index less than the overlay mask which is 999 (EuiBottomBar is currently 4000) so that it renders as it did in 7.8.

Screen Shot 2020-09-08 at 2 45 05 PM

@cchaos
Copy link
Contributor

cchaos commented Sep 14, 2020

Fixed in #4008

@cchaos cchaos closed this as completed Sep 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants