Skip to content

Commit

Permalink
Increase the z-index of the main-header component (#503)
Browse files Browse the repository at this point in the history
There are some elements that are also using the alpha z-index, which causes issues if elements inside the main header escape its boundaries (for example dropdowns, or drop shadows). By setting it to the beta value, things should work as expected.
  • Loading branch information
Windvis authored Jul 31, 2024
1 parent 1f0b8b3 commit d6eb7b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion styles/components/_c-main-header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ $au-main-header-divider-rotation: -19deg !default;

.au-c-main-header {
position: relative;
z-index: var(--au-z-index-alpha);
z-index: var(--au-z-index-beta);
display: flex;
justify-content: space-between;
align-items: center;
Expand Down

0 comments on commit d6eb7b4

Please sign in to comment.