Skip to content

Commit

Permalink
[EuiCollapsibleNavBeta] Fix z-index levels to match production EuiCol…
Browse files Browse the repository at this point in the history
…lapsibleNav
  • Loading branch information
cee-chen committed Oct 14, 2024
1 parent 33bf1b7 commit 73be008
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export const euiCollapsibleNavBetaStyles = (euiThemeContext: UseEuiTheme) => {

return {
euiCollapsibleNavBeta: css`
z-index: ${euiTheme.levels.navigation};
/* Fixed header affordance */
${logicalCSS('top', fixedHeaderOffset)}
Expand Down

0 comments on commit 73be008

Please sign in to comment.