Skip to content

Commit 9a76fe0

Browse files
committed
fix(skipnav): hide skipnav completely before its tabbed
1 parent d779a26 commit 9a76fe0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/SkipLink.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export const SkipLink = () => {
1010
<div className="bg-primary-low-contrast focus-within:p-4">
1111
<BaseLink
1212
href={"#" + MAIN_CONTENT_ID}
13-
className="absolute -top-12 rounded border bg-primary px-4 py-2 leading-8 text-background no-underline hover:no-underline focus:static"
13+
className="absolute -top-14 rounded border bg-primary px-4 py-2 leading-8 text-background no-underline hover:no-underline focus:static"
1414
>
1515
{t("skip-to-main-content")}
1616
</BaseLink>

0 commit comments

Comments
 (0)