Skip to content

Commit

Permalink
Fix step nav appearing over contents
Browse files Browse the repository at this point in the history
- fixes issue #1921
- 'contents' sticky element z-index was lower than z-index for some of the elements of the step by step navigation in the right hand column
  • Loading branch information
andysellick committed Jan 14, 2021
1 parent 436b1c4 commit c11c1d8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
padding-left: 0;
position: fixed;
width: 100%;
z-index: 1;
z-index: 10;

@include govuk-media-query($from: tablet) {
padding-left: govuk-spacing(2);
Expand Down

0 comments on commit c11c1d8

Please sign in to comment.