Skip to content

Commit

Permalink
Fix EuiHorizontalSteps rendering over EuiHeader (#3707)
Browse files Browse the repository at this point in the history
* Fix EuiHorizontalSteps rendering over EuiHeader

* changelog
  • Loading branch information
miukimiu authored Jul 8, 2020
1 parent 35bf576 commit f0fed8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ No public interface changes since `27.0.0`.

- Fixed a bug in `EuiResizableContainer` preventing nested containers ([#3699](https://github.com/elastic/eui/pull/3699))
- Fixed a bug in `EuiResizableContainer` preventing resizing by arrow keys in some cases ([#3699](https://github.com/elastic/eui/pull/3699))
- Fixed `EuiHorizontalSteps` rendering over `EuiHeader` ([#3707](https://github.com/elastic/eui/pull/3707))

**Breaking changes**

Expand Down
2 changes: 1 addition & 1 deletion src/components/steps/_steps_horizontal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@

.euiStepHorizontal__number {
position: relative; /* 1 */
z-index: $euiZLevel1; /* 1 */
z-index: $euiZLevel0 + 1; /* 1 */
transition: all $euiAnimSpeedFast ease-in-out;
}

Expand Down

0 comments on commit f0fed8a

Please sign in to comment.