Skip to content

Commit

Permalink
fix(skip-link): Increasing z-index value - FRONT-4082 (#3027)
Browse files Browse the repository at this point in the history
  • Loading branch information
planctus authored Sep 11, 2023
1 parent 4ec5a12 commit 8ef1724
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
text-decoration: underline;
white-space: nowrap;
width: 1px;
z-index: map.get(theme.$z-index, 'highlight');
z-index: calc(map.get(theme.$z-index, 'modal') + 1);

&:active,
&:focus-visible {
Expand Down

2 comments on commit 8ef1724

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.