Skip to content
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.

Commit

Permalink
Use z-index variables for the header dropdown menu
Browse files Browse the repository at this point in the history
  • Loading branch information
Adamik10 committed Oct 9, 2023
1 parent 19f3ac1 commit 5f4c6bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stories/Blocks/header/header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@
background-color: $c-global-primary;
padding: $s-xs 0;
outline: $c-global-tertiary-1 solid 1px;
z-index: 6;
z-index: $z-10;

@include breakpoint-s {
padding: $s-sm 0;
Expand Down

0 comments on commit 5f4c6bb

Please sign in to comment.