Skip to content
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.

Commit

Permalink
fix(menu): focused element outline is on top
Browse files Browse the repository at this point in the history
Closes #549
  • Loading branch information
gillerr committed Dec 8, 2017
1 parent ad79a33 commit 1515035
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/assets/sass/components/navigation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ nav {
}
&:focus {
outline: $focus-outline;
z-index: 1;
z-index: 99999; // opened tab have a z-index of 9999, the focused one needs to be above
}
}
}
Expand Down

0 comments on commit 1515035

Please sign in to comment.