Skip to content

Commit

Permalink
fix(skipnav): hide skipnav completely before its tabbed
Browse files Browse the repository at this point in the history
  • Loading branch information
Baystef committed Sep 27, 2024
1 parent d779a26 commit 9a76fe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SkipLink.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const SkipLink = () => {
<div className="bg-primary-low-contrast focus-within:p-4">
<BaseLink
href={"#" + MAIN_CONTENT_ID}
className="absolute -top-12 rounded border bg-primary px-4 py-2 leading-8 text-background no-underline hover:no-underline focus:static"
className="absolute -top-14 rounded border bg-primary px-4 py-2 leading-8 text-background no-underline hover:no-underline focus:static"
>
{t("skip-to-main-content")}
</BaseLink>
Expand Down

0 comments on commit 9a76fe0

Please sign in to comment.