Skip to content

Commit d6eb7b4

Browse files
authored
Increase the z-index of the main-header component (#503)
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.
1 parent 1f0b8b3 commit d6eb7b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

styles/components/_c-main-header.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ $au-main-header-divider-rotation: -19deg !default;
1919

2020
.au-c-main-header {
2121
position: relative;
22-
z-index: var(--au-z-index-alpha);
22+
z-index: var(--au-z-index-beta);
2323
display: flex;
2424
justify-content: space-between;
2525
align-items: center;

0 commit comments

Comments
 (0)