You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered:
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 thatEuiBottomBar
was not included in that set of changes.I presume it ought to have a
z-index
less than the overlay mask which is999
(EuiBottomBar
is currently4000
) so that it renders as it did in 7.8.The text was updated successfully, but these errors were encountered: