Skip to content

Commit

Permalink
LG-15265 | Work around "content" blocking content (#11676)
Browse files Browse the repository at this point in the history
changelog: User-Facing Improvements, Accessibility, skipnav container no longer blocks content at large zoom levels
  • Loading branch information
n1zyy authored and matthinz committed Dec 19, 2024
1 parent 4ef9110 commit ba881f2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions app/assets/stylesheets/components/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,10 @@
@include u-height(9);
}
}

/*
Workaround for https://github.com/uswds/uswds/issues/6260
*/
.usa-skipnav {
top: -5rem;
}

0 comments on commit ba881f2

Please sign in to comment.